Skip to content
This repository was archived by the owner on Dec 29, 2021. It is now read-only.
This repository was archived by the owner on Dec 29, 2021. It is now read-only.

undefined method `find_by_permalink' for Category #5

@pss4281

Description

@pss4281

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions