Module: Dart::Reflection::Sequel::Sequelizer

Included in:
Dart::Reflection::SequelModel::Resolver, Dart::Reflection::SequelTable::Schema
Defined in:
lib/dart/reflection/sequel/sequelizer.rb

Instance Method Summary collapse

Instance Method Details

#sequelize(id) ⇒ Object

Converts the given identifier to the format needed by Sequel gem



7
8
9
# File 'lib/dart/reflection/sequel/sequelizer.rb', line 7

def sequelize(id)
  id.to_sym
end