Sha256: c272a724007ab9a48e14ba69ee696853a0510886e07de7d6ed24ce01da3d2422
Contents?: true
Size: 318 Bytes
Versions: 23
Compression:
Stored size: 318 Bytes
Contents
# Copyright (c) 2008 Michael Fellinger m.fellinger@gmail.com # All files in this distribution are subject to the terms of the Ruby license. module Sequel class Model class << self def fill request_object = Ramaze::Request.current create(request_object.params) end end end end
Version data entries
23 entries across 23 versions & 5 rubygems