Class: Pulitzer::PartialType
- Inherits:
-
ActiveRecord::Base
- Object
- ActiveRecord::Base
- Pulitzer::PartialType
- Defined in:
- app/models/pulitzer/partial_type.rb
Instance Method Summary collapse
Instance Method Details
#first? ⇒ Boolean
6 7 8 |
# File 'app/models/pulitzer/partial_type.rb', line 6 def first? free_form_section_type.first_partial_type.id == id end |