Module: WebToPayController::ClassMethods

Defined in:
lib/webtopay_controller.rb

Instance Method Summary collapse

Instance Method Details

#webtopay(*actions) ⇒ Object



3
4
5
6
7
8
# File 'lib/webtopay_controller.rb', line 3

def webtopay(*actions)
  before_filter :webtopay_check
  write_inheritable_array(:actions, actions)
  
  attr_reader :webtopay_response
end