Flowdock
singular_route_key(record_or_class) public

Returns string to use while generating route names. It differs for namespaced models regarding whether it’s inside isolated engine.

# For isolated engine:
ActiveModel::Naming.singular_route_key(Blog::Post) #=> post

# For shared engine:
ActiveModel::Naming.singular_route_key(Blog::Post) #=> blog_post
Show source
Register or log in to add new notes.