Class: AbstractMemberController
- Inherits:
-
ApplicationController
- Object
- ActionController::Base
- ApplicationController
- AbstractMemberController
- Defined in:
- app/controllers/abstract_member_controller.rb
Direct Known Subclasses
Instance Method Summary collapse
Instance Method Details
#after_sign_in_path_for(resource) ⇒ Object
10 11 12 |
# File 'app/controllers/abstract_member_controller.rb', line 10 def after_sign_in_path_for(resource) '/member' end |
#page_filter ⇒ Object
7 8 |
# File 'app/controllers/abstract_member_controller.rb', line 7 def page_filter end |