Module: Dart::Reflection::Sequel::Sequelizer
- Defined in:
- lib/dart/reflection/sequel/sequelizer.rb
Instance Method Summary collapse
-
#sequelize(id) ⇒ Object
Converts the given identifier to the format needed by Sequel gem.
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 |