Skip to content

Instantly share code, notes, and snippets.

@salkar
Last active August 29, 2015 14:09
Show Gist options
  • Save salkar/c0bf808730f38109c238 to your computer and use it in GitHub Desktop.
Save salkar/c0bf808730f38109c238 to your computer and use it in GitHub Desktop.
Concern sample
module ConcernName
extend ActiveSupport::Concern
included do
# Object methods go here
end
module ClassMethods
# Class methods go here
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment