Class: Affiliation
- Inherits:
-
ActiveRecord::Base
- Object
- ActiveRecord::Base
- Affiliation
- Defined in:
- app/models/affiliation.rb
Overview
Instance Method Summary (collapse)
-
- (Affiliation) initialize
constructor
A new instance of Affiliation.
Constructor Details
- (Affiliation) initialize
Returns a new instance of Affiliation
27 28 29 30 |
# File 'app/models/affiliation.rb', line 27 def initialize(*) super self.affiliation_state ||= AffiliationState.pending end |