Class: ReputationActionsController

Inherits:
InheritedResources::Base
  • Object
show all
Defined in:
app/controllers/reputation_actions_controller.rb

Instance Method Summary collapse

Instance Method Details

#createObject



2
3
4
# File 'app/controllers/reputation_actions_controller.rb', line 2

def create
  create!{reputation_actions_url}
end

#destroyObject



10
11
12
# File 'app/controllers/reputation_actions_controller.rb', line 10

def destroy
  destroy!{reputation_actions_url}
end

#updateObject



6
7
8
# File 'app/controllers/reputation_actions_controller.rb', line 6

def update
  update!{reputation_actions_url}
end