Class: Tandem::Page
- Inherits:
-
ActiveRecord::Base
- Object
- ActiveRecord::Base
- Tandem::Page
- Defined in:
- app/models/tandem/page.rb
Instance Method Summary collapse
Instance Method Details
#to_param ⇒ Object
18 19 20 |
# File 'app/models/tandem/page.rb', line 18 def to_param persisted? ? slug : nil end |