thingspeak/app/models/portlet_window_detail.rb

13 lines
272 B
Ruby
Raw Normal View History

# == Schema Information
#
# Table name: portlet_window_details
#
# id :integer not null, primary key
# portlet_window_id :integer
# created_at :datetime
# updated_at :datetime
#
class PortletWindowDetail < ActiveRecord::Base
end