Class: PowerResource::BaseController
- Inherits:
-
ApplicationController
- Object
- ApplicationController
- PowerResource::BaseController
- Defined in:
- app/controllers/power_resource/base_controller.rb
Instance Method Summary collapse
Instance Method Details
#create ⇒ Object
6 7 8 |
# File 'app/controllers/power_resource/base_controller.rb', line 6 def create create! { collection_url } end |
#update ⇒ Object
10 11 12 |
# File 'app/controllers/power_resource/base_controller.rb', line 10 def update update! { collection_url } end |