Class: SignaturesController
- Inherits:
-
ApplicationController
- Object
- ActionController::Base
- ApplicationController
- SignaturesController
- Defined in:
- app/controllers/signatures_controller.rb
Instance Method Summary collapse
-
#index ⇒ Object
GET /signatures or /signatures.json.
-
#show ⇒ Object
GET /signatures/1 or /signatures/1.json.
Methods inherited from ApplicationController
#home, #mining_profile, #privacy_policy, #terms
Instance Method Details
#index ⇒ Object
GET /signatures or /signatures.json
7 8 9 |
# File 'app/controllers/signatures_controller.rb', line 7 def index @signatures = Signature.all end |
#show ⇒ Object
GET /signatures/1 or /signatures/1.json
12 13 |
# File 'app/controllers/signatures_controller.rb', line 12 def show end |