Class: Story
- Inherits:
-
ActiveRecord::Base
- Object
- ActiveRecord::Base
- Story
- Includes:
- AASM
- Defined in:
- lib/branston/app/models/story.rb
Instance Method Summary collapse
Instance Method Details
#to_param ⇒ Object
85 86 87 |
# File 'lib/branston/app/models/story.rb', line 85 def to_param title.parameterize end |