Skip to content

Instantly share code, notes, and snippets.

@BrianTheCoder
Created March 6, 2014 08:46
Show Gist options
  • Save BrianTheCoder/9385253 to your computer and use it in GitHub Desktop.
Save BrianTheCoder/9385253 to your computer and use it in GitHub Desktop.
# defines module and class
module Spree
class User
end
end
# defines class errors if module not defined
class Spree::User
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment