Class: ReputationActionsController
- Inherits:
-
InheritedResources::Base
- Object
- InheritedResources::Base
- ReputationActionsController
- Defined in:
- app/controllers/reputation_actions_controller.rb
Instance Method Summary collapse
Instance Method Details
#create ⇒ Object
2 3 4 |
# File 'app/controllers/reputation_actions_controller.rb', line 2 def create create!{reputation_actions_url} end |
#destroy ⇒ Object
10 11 12 |
# File 'app/controllers/reputation_actions_controller.rb', line 10 def destroy destroy!{reputation_actions_url} end |
#update ⇒ Object
6 7 8 |
# File 'app/controllers/reputation_actions_controller.rb', line 6 def update update!{reputation_actions_url} end |