Module: ActiveRecord::HashidsUri
- Defined in:
- lib/hashids_uri.rb
Defined Under Namespace
Modules: ClassMethods, InstanceMethods
Class Method Summary collapse
Class Method Details
.included(base) ⇒ Object
6 7 8 9 |
# File 'lib/hashids_uri.rb', line 6 def self.included(base) base.extend ClassMethods base.send :include, InstanceMethods end |