Class: ChoronSupport::Forms::Base

Inherits:
Object
  • Object
show all
Defined in:
lib/choron_support/forms/base.rb

Instance Method Summary collapse

Constructor Details

#initialize(params, current_user) ⇒ Base

Returns a new instance of Base.



4
5
6
7
# File 'lib/choron_support/forms/base.rb', line 4

def initialize(params, current_user)
  @params = params
  @current_user = current_user
end