summaryrefslogtreecommitdiffstats
path: root/lib/puppet/rails/rails_parameter.rb
blob: a1966e3dc8fc1066b6eeb4ce740fd08b61955375 (plain)
1
2
3
4
5
class Puppet::Rails::RailsParameter < ActiveRecord::Base
    belongs_to :rails_objects
end

# $Id$