We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Rename functions in controller related js files, e.g.: Post.index = () -> to posts.index = () ->.
Post.index = () ->
posts.index = () ->