Skip to content

Instantly share code, notes, and snippets.

@codespectator
Created July 26, 2012 14:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save codespectator/3182542 to your computer and use it in GitHub Desktop.
Save codespectator/3182542 to your computer and use it in GitHub Desktop.
Problem with controller
class CustomersController < ApplicationController
end
## Error
wrong number of arguments (1 for 0) (ArgumentError)
./app/controllers/customers_controller.rb:1:in `<top (required)>'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment