Class: Pulitzer::PartialType

Inherits:
ActiveRecord::Base
  • Object
show all
Defined in:
app/models/pulitzer/partial_type.rb

Instance Method Summary collapse

Instance Method Details

#first?Boolean

Returns:

  • (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