Class: PowerResource::BaseController

Inherits:
ApplicationController
  • Object
show all
Defined in:
app/controllers/power_resource/base_controller.rb

Instance Method Summary collapse

Instance Method Details

#createObject



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

def create
  create! { collection_url }
end

#updateObject



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

def update
  update! { collection_url }
end