Class: Tramway::ApplicationController
- Inherits:
-
ActionController::Base
- Object
- ActionController::Base
- Tramway::ApplicationController
- Includes:
- AuthManagement, ClassNameHelpers, Filtering, RecordRoutesHelper
- Defined in:
- app/controllers/tramway/application_controller.rb
Direct Known Subclasses
Export::ApplicationController, HasAndBelongsToManyRecordsController, RecordsController, SessionsController, SingletonsController, WelcomeController
Method Summary
Methods included from RecordRoutesHelper
#edit_record_path, #new_record_path, #record_path, #records_path
Methods included from Filtering
#date_filter, #filtering, #list_filtering, #list_filtering_dates, #list_filtering_select
Methods included from AuthManagement
#authenticate_user!, #current_user, #sign_in, #sign_out, #signed_in?