Parameter resolutions in controllers - D4uS1/ez-on-rails GitHub Wiki

Parameter resolutions in controllers

Ez-on-rails will try to resolve symbols to namespaced resources using its namespaced prefixes. If those are not found, the default variant without namespaces will be resolved.

For instance, if you have a model Content::Article, and you dont pass the id parameter to several actions, ez-on-rails will try to resolve the parameter content_article_id. If those is not found too, the parameter article_id is expected to exist.