Skip to content

Instantly share code, notes, and snippets.

@codespectator
Created July 26, 2012 14:57
Show Gist options
  • Save codespectator/3182542 to your computer and use it in GitHub Desktop.
Save codespectator/3182542 to your computer and use it in GitHub Desktop.

Revisions

  1. James MacLeod created this gist Jul 26, 2012.
    7 changes: 7 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,7 @@
    class CustomersController < ApplicationController
    end

    ## Error

    wrong number of arguments (1 for 0) (ArgumentError)
    ./app/controllers/customers_controller.rb:1:in `<top (required)>'