Module: ActiveRecord::Remote::Helpers::RequestHelper
- Included in:
- Base
- Defined in:
- lib/active_record/remote/helpers/request_helper.rb
Instance Method Summary collapse
Instance Method Details
#action(kind) ⇒ Object
5 6 7 |
# File 'lib/active_record/remote/helpers/request_helper.rb', line 5 def action(kind) self.action_path = kind end |
#base_element(name) ⇒ Object
13 14 15 |
# File 'lib/active_record/remote/helpers/request_helper.rb', line 13 def base_element(name) self.base_element_name = name end |
#operation(kind) ⇒ Object
9 10 11 |
# File 'lib/active_record/remote/helpers/request_helper.rb', line 9 def operation(kind) self.operation_path = kind end |