Module: Ramaze::Helper::REST::Indicate

Defined in:
lib/ramaze/helper/rest.rb

Instance Method Summary collapse

Instance Method Details

#on(http_method) ⇒ Object



22
23
24
25
26
# File 'lib/ramaze/helper/rest.rb', line 22

def on(http_method)
  hm = http_method.to_s.upcase
  trait[:REST][hm] = []
  trait[:REST][:active] = hm
end