Class: ChoronSupport::Forms::Base
- Inherits:
-
Object
- Object
- ChoronSupport::Forms::Base
- Defined in:
- lib/choron_support/forms/base.rb
Instance Method Summary collapse
-
#initialize(params, current_user) ⇒ Base
constructor
A new instance of Base.
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 |