You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 29, 2021. It is now read-only.
my category model looks like:
class Category < ActiveRecord::Base
has_permalink :name, :param => true
....
end
this produces:
undefined method `find_by_permalink'
error
as another issue says, to_param method also not working.
rails 3.1.1.rc1