Class: Answers::HomeController
- Inherits:
-
ApplicationController
- Object
- ActionController::Base
- ApplicationController
- Answers::HomeController
- Defined in:
- app/controllers/answers/home_controller.rb
Instance Method Summary collapse
Methods inherited from ApplicationController
#after_sign_in_path_for, #redirect_to_back
Instance Method Details
#about ⇒ Object
12 13 14 |
# File 'app/controllers/answers/home_controller.rb', line 12 def about "About" end |
#index ⇒ Object
6 7 8 9 10 |
# File 'app/controllers/answers/home_controller.rb', line 6 def index render locals: { tags_with_questions: Question. } end |