Class: Noa::Resource::BaseController

Inherits:
Core::BaseController
  • Object
show all
Defined in:
app/controllers/noa/resource/base_controller.rb

Instance Method Summary collapse

Instance Method Details

#createObject



7
8
9
# File 'app/controllers/noa/resource/base_controller.rb', line 7

def create
  create! { collection_url }
end

#updateObject



11
12
13
# File 'app/controllers/noa/resource/base_controller.rb', line 11

def update
  update! { collection_url }
end