Skip to content

Instantly share code, notes, and snippets.

@ridiculous
Created January 19, 2015 20:41
Show Gist options
  • Save ridiculous/a60ff29930ca2ffa3e03 to your computer and use it in GitHub Desktop.
Save ridiculous/a60ff29930ca2ffa3e03 to your computer and use it in GitHub Desktop.
module HashieMashExtensions
# To play nice with ActiveSupport Array#extract_options!
def extractable_options?
true
end
end
Hashie::Mash.send(:include, HashieMashExtensions)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment