Class: Snowflaked::Type::Snowflake

Inherits:
ActiveRecord::Type::BigInteger
  • Object
show all
Defined in:
lib/snowflaked/type/snowflake.rb

Instance Method Summary collapse

Instance Method Details

#typeObject



6
7
8
# File 'lib/snowflaked/type/snowflake.rb', line 6

def type
  :snowflake
end