search for: open_advantage

Displaying 1 result from an estimated 1 matches for "open_advantage".

2006 May 05
3
Plugin refresh time
Hi there, I''m currently developing a plugin to do authentication and authorisation. In the init.rb file of the plugin I have this code:- $:.unshift File.expand_path(File.join(File.dirname(__FILE__), ''lib'')) require ''open_advantage/authorisation'' ActionController::Base.send :include, OpenAdvantage::Authorisation and this is the skeleton of my plugin directory structure:- vendor/plugins/open_advantage/init.rb vendor/plugins/lib/open_advantage/authorisation.rb the ''vendor/plugins/lib/open_advantage/author...