Class: Effective::StyleGuide

Inherits:
Object
  • Object
show all
Includes:
ActiveModel::Model
Defined in:
app/models/effective/style_guide.rb

Constant Summary collapse

ATTRIBUTES =
[
  :id, :title, :email, :password, :number, :range, :category, :content, :phone,
  :archived, :drink, :food, :price, :updated_at, :publish_on, :static_text
]

Instance Method Summary collapse

Instance Method Details

#static_textObject



17
18
19
# File 'app/models/effective/style_guide.rb', line 17

def static_text
  'some static text'
end