Class: Story

Inherits:
ActiveRecord::Base
  • Object
show all
Includes:
AASM
Defined in:
lib/branston/app/models/story.rb

Instance Method Summary collapse

Instance Method Details

#to_paramObject



85
86
87
# File 'lib/branston/app/models/story.rb', line 85

def to_param
  title.parameterize
end