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

Version Path
Pistos-ramaze-2008.09 lib/ramaze/contrib/sequel/fill.rb
Pistos-ramaze-2008.12 lib/ramaze/contrib/sequel/fill.rb
Pistos-ramaze-2009.01 lib/ramaze/contrib/sequel/fill.rb
Pistos-ramaze-2009.02 lib/ramaze/contrib/sequel/fill.rb
clivecrous-ramaze-0.3.9.5 lib/ramaze/contrib/sequel/fill.rb
manveru-ramaze-2008.07 lib/ramaze/contrib/sequel/fill.rb
manveru-ramaze-2008.08 lib/ramaze/contrib/sequel/fill.rb
manveru-ramaze-2008.09 lib/ramaze/contrib/sequel/fill.rb
manveru-ramaze-2008.10 lib/ramaze/contrib/sequel/fill.rb
manveru-ramaze-2008.12 lib/ramaze/contrib/sequel/fill.rb
manveru-ramaze-2009.01 lib/ramaze/contrib/sequel/fill.rb
manveru-ramaze-2009.04.01 lib/ramaze/contrib/sequel/fill.rb
ptomato-ramaze-2009.02.1 lib/ramaze/contrib/sequel/fill.rb
ptomato-ramaze-2009.02 lib/ramaze/contrib/sequel/fill.rb
ramaze-0.3.0 lib/ramaze/contrib/sequel/fill.rb
ramaze-0.3.5 lib/ramaze/contrib/sequel/fill.rb
ramaze-2008.06 lib/ramaze/contrib/sequel/fill.rb
ramaze-2008.11 lib/ramaze/contrib/sequel/fill.rb
ramaze-0.3.9 lib/ramaze/contrib/sequel/fill.rb
ramaze-2009.01 lib/ramaze/contrib/sequel/fill.rb