Open jakubprzybytek opened 15 years ago
That would be nice, but names are not unique, so we need to find a way around this first.
http://august.lilleaas.net/styling_rails_urls
class Post < ActiveRecord::Base def to_param "#{id}-#{title.parameterize}" end end
So, instead of: http://taskboard.cognifide.com/taskboard/show/37 it would be nice to get access to it using: http://taskboard.cognifide.com/taskboard/show/Iteration66