module Dart::Reflection::Sequel::Sequelizer

Public Instance Methods

sequelize(id) click to toggle source

Converts the given identifier to the format needed by Sequel gem

# File lib/dart/reflection/sequel/sequelizer.rb, line 7
def sequelize(id)
  id.to_sym
end