Module: ActiveRecord::HashidsUri
- Extended by:
- ActiveSupport::Concern
- Defined in:
- lib/hashids_uri.rb
Defined Under Namespace
Modules: ClassMethods, InstanceMethods
Class Attribute Summary collapse
-
.min_length ⇒ Object
Returns the value of attribute min_length.
-
.salt ⇒ Object
Returns the value of attribute salt.
Class Attribute Details
.min_length ⇒ Object
Returns the value of attribute min_length.
9 10 11 |
# File 'lib/hashids_uri.rb', line 9 def min_length @min_length end |
.salt ⇒ Object
Returns the value of attribute salt.
9 10 11 |
# File 'lib/hashids_uri.rb', line 9 def salt @salt end |