Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 510 Bytes

File metadata and controls

22 lines (17 loc) · 510 Bytes

ActionNotFound

This is a Rails plugin to see not found action.

Usage

In your Gemfile.

group :development do
  gem "action_not_found"
end

and execute rake task action_not_found.

examples GET  /examples(.:format) examples#index
         POST /examples(.:format) examples#create #=> not found action
   tests GET  /tests(.:format)    tests#index #=> not found controller file
    root      /                   examples#index

4 routes, 1 not found actions, 1 not controller files