Module: HaveCode::CommonCode::InstanceMethods
- Defined in:
- lib/have-code/common_code.rb
Instance Method Summary collapse
Instance Method Details
#code ⇒ Object
8 9 10 |
# File 'lib/have-code/common_code.rb', line 8 def code have_code_cipher.encipher(id).to_s(36) end |
#have_code_cipher ⇒ Object
4 5 6 |
# File 'lib/have-code/common_code.rb', line 4 def have_code_cipher self.class.read_inheritable_attribute :have_code_cipher end |