Skip to content

Instantly share code, notes, and snippets.

@jamesalmond
Created August 20, 2013 11:13
Show Gist options
  • Save jamesalmond/6280149 to your computer and use it in GitHub Desktop.
Save jamesalmond/6280149 to your computer and use it in GitHub Desktop.
module Lukes::Core::Module
extend ActiveSupport::Concern
included do
include ActiveModel::Validations
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment