Class: Wafflemix::Post

Inherits:
ActiveRecord::Base
  • Object
show all
Defined in:
app/models/wafflemix/post.rb

Defined Under Namespace

Classes: Translation

Instance Method Summary collapse

Instance Method Details

#to_paramObject



28
29
30
# File 'app/models/wafflemix/post.rb', line 28

def to_param
  "#{id}-#{link_url.gsub('/', '')}"
end