Module: Crystal::HttpController::Authenticated::ClassMethods
- Defined in:
- lib/rad/http_controller/acts_as/authenticated.rb
Instance Method Summary collapse
Instance Method Details
#acts_as_authenticated ⇒ Object
8 9 10 11 12 13 14 15 |
# File 'lib/rad/http_controller/acts_as/authenticated.rb', line 8 def acts_as_authenticated include Rad::Authenticated::InstanceMethods # TODO2 what to do whith helper methods? # helper_method :login_path, :logout_path, :signup_path, :user_path before :prepare_current_user_for_slave_domain end |