Class: Page
- Inherits:
-
ActiveRecord::Base
- Object
- ActiveRecord::Base
- Page
- Defined in:
- app/models/page.rb
Instance Method Summary collapse
Instance Method Details
#to_param ⇒ Object
6 7 8 |
# File 'app/models/page.rb', line 6 def to_param "#{id}-#{title.present? ? title.parameterize : ''}" end |