13 lines
272 B
Ruby
13 lines
272 B
Ruby
# == 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
|