Class: Pulitzer::Style

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

Instance Method Summary collapse

Instance Method Details

#first?Boolean

Returns:

  • (Boolean)


7
8
9
# File 'app/models/pulitzer/style.rb', line 7

def first?
  post_type_content_element_type.first_style.id == id
end