Skip to content

Instantly share code, notes, and snippets.

@timurvafin
Created November 26, 2010 10:23
Show Gist options
  • Save timurvafin/716527 to your computer and use it in GitHub Desktop.
Save timurvafin/716527 to your computer and use it in GitHub Desktop.
module User::Feature
extend ActiveSupport::Concern
included do
end
module ClassMethods
end
module InstanceMethods
end
end
class User < ActiveRecord::Base
include User::Feature
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment