summaryrefslogtreecommitdiff
path: root/app/models/gateway_parameter.rb
blob: efa52dfa0833100772814f12c1917ecb2f90bbf6 (plain)
1
2
3
4
5
class GatewayParameter < ActiveRecord::Base
  attr_accessible :gateway_id, :name, :value, :class_type, :description

  belongs_to :gateway
end