Class: Bbs::ApplicationController
- Inherits:
-
ApplicationController
- Object
- ApplicationController
- Bbs::ApplicationController
- Includes:
- Concerns::Authenticatable
- Defined in:
- app/controllers/bbs/application_controller.rb
Direct Known Subclasses
Instance Method Summary collapse
Instance Method Details
#logged_in? ⇒ Boolean
9 |
# File 'app/controllers/bbs/application_controller.rb', line 9 def logged_in?; current_user end |