class Dart::Reflection::Sequel::NamingConventions
Public Instance Methods
conventional_primary_key()
click to toggle source
# File lib/dart/reflection/sequel/naming_conventions.rb, line 10 def conventional_primary_key 'id' end
foreign_key_regex()
click to toggle source
# File lib/dart/reflection/sequel/naming_conventions.rb, line 14 def foreign_key_regex /_id$/ end