Skip to content

Instantly share code, notes, and snippets.

@vitaly-pushkar
Created April 15, 2014 09:41
Show Gist options
  • Save vitaly-pushkar/10718164 to your computer and use it in GitHub Desktop.
Save vitaly-pushkar/10718164 to your computer and use it in GitHub Desktop.
Example
# app/classes/examples/example.rb
module Examples
class Example
'blabla'.constantize #NoMethodError: undefined method `constantize' for Examples::Example
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment