Skip to content

Instantly share code, notes, and snippets.

@Ferdev
Created December 20, 2011 09:55
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 Ferdev/1501006 to your computer and use it in GitHub Desktop.
Save Ferdev/1501006 to your computer and use it in GitHub Desktop.
class AuthController < ApplicationController
end
@mcdias
Copy link

mcdias commented Jan 19, 2012

ok now it get:

Unknown action
The action 'cartodb' could not be found for AuthController

@mcdias
Copy link

mcdias commented Jan 19, 2012

any ideas?

@mcdias
Copy link

mcdias commented Jan 19, 2012

should i add ?

def cartodb
....
end

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment