Class: Apidae::ReferencesController
- Inherits:
-
ApplicationController
- Object
- ActionController::Base
- ApplicationController
- Apidae::ReferencesController
- Defined in:
- app/controllers/apidae/references_controller.rb
Instance Method Summary collapse
Methods inherited from ApplicationController
#apidae_user, #check_user_data!, #user_has_data?, #user_is_admin?
Instance Method Details
#index ⇒ Object
5 6 7 |
# File 'app/controllers/apidae/references_controller.rb', line 5 def index @references = Reference.all end |