Sha256: 196f9b2afa5f83d280a1409c00229a36aeb075f808b919eac41baf588e58ba2d

Contents?: true

Size: 318 Bytes

Versions: 2

Compression:

Stored size: 318 Bytes

Contents

#          Copyright (c) 2006 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

2 entries across 2 versions & 1 rubygems

Version Path
ramaze-0.2.1 lib/ramaze/contrib/sequel/fill.rb
ramaze-0.2.0 lib/ramaze/contrib/sequel/fill.rb