Method: FormatFeature::Feature#has_model?

Defined in:
lib/petro/format_feature.rb

#has_model?Boolean

Returns:

  • (Boolean)


36
37
38
# File 'lib/petro/format_feature.rb', line 36

def has_model?
  @model.attributes.present?
end