Module: Rodauth

Defined in:
lib/rodauth/model.rb,
lib/rodauth/model/sequel.rb,
lib/rodauth/model/associations.rb,
lib/rodauth/model/active_record.rb

Defined Under Namespace

Classes: Model

Class Method Summary collapse

Class Method Details

.Model(*args, **options) ⇒ Object



4
5
6
# File 'lib/rodauth/model.rb', line 4

def self.Model(*args, **options)
  Rodauth::Model.new(*args, **options)
end