Sha256: 4e417c2d6c168d7f141d41e66f200d4cd1cf339de23a5932ef4c5fdf7c349572

Contents?: true

Size: 172 Bytes

Versions: 5

Compression:

Stored size: 172 Bytes

Contents

module Notable
  class Request < ActiveRecord::Base
    self.table_name = "notable_requests"

    belongs_to :user, polymorphic: true
    serialize :params, JSON
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
notable-0.2.0 app/models/notable/request.rb
notable-0.1.0 app/models/notable/request.rb
notable-0.0.3 app/models/notable/request.rb
notable-0.0.2 app/models/notable/request.rb
notable-0.0.1 app/models/notable/request.rb