module ActiveRecord::Remote::Helpers::RequestHelper

Public Instance Methods

action(kind) click to toggle source
# File lib/active_record/remote/helpers/request_helper.rb, line 5
def action(kind)
  self.action_path = kind
end
base_element(name) click to toggle source
# File lib/active_record/remote/helpers/request_helper.rb, line 13
def base_element(name)
  self.base_element_name = name
end
operation(kind) click to toggle source
# File lib/active_record/remote/helpers/request_helper.rb, line 9
def operation(kind)
  self.operation_path = kind
end