Class: Effective::StyleGuide
- Inherits:
-
ActiveRecord::Base
- Object
- ActiveRecord::Base
- Effective::StyleGuide
- 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 ]
Class Method Summary collapse
Instance Method Summary collapse
Class Method Details
.column_defaults ⇒ Object
17 18 19 |
# File 'app/models/effective/style_guide.rb', line 17 def self.column_defaults {} end |
.columns ⇒ Object
13 14 15 |
# File 'app/models/effective/style_guide.rb', line 13 def self.columns @columns ||= [] end |
.has_attribute?(*args) ⇒ Boolean
21 22 23 |
# File 'app/models/effective/style_guide.rb', line 21 def self.has_attribute?(*args) false end |
Instance Method Details
#static_text ⇒ Object
25 26 27 |
# File 'app/models/effective/style_guide.rb', line 25 def static_text 'some static text' end |