Class: MachinesController
Instance Attribute Summary
#formats
Instance Method Summary
collapse
inherit_resources
included
clear_respond_to, inherit_resources, respond_to, #respond_to, #respond_with, #responder
Instance Method Details
#create ⇒ Object
8
9
10
|
# File 'lib/vendor/plugins/inherited_resources/test/redirect_to_test.rb', line 8
def create
create!{ complex_url(:create, true, true) }
end
|
#destroy ⇒ Object
16
17
18
|
# File 'lib/vendor/plugins/inherited_resources/test/redirect_to_test.rb', line 16
def destroy
destroy!{ complex_url(:destroy, true, false) }
end
|
#update ⇒ Object
12
13
14
|
# File 'lib/vendor/plugins/inherited_resources/test/redirect_to_test.rb', line 12
def update
update!{ complex_url(:update, false, false) }
end
|