Sha256: 839266107dbfaf0a7d5d45b3c9cb0f757a61cdfe77fd8d387e243f8ed2ab3e34

Contents?: true

Size: 270 Bytes

Versions: 4

Compression:

Stored size: 270 Bytes

Contents

require 'active_record'

module Web # :nodoc:
  # This model does not appear in the lportal database. This is created by a migration and contains the portlet id => name mappings.
  class PortletName < ActiveRecord::Base
    set_table_name       :portlet_names
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
caterpillar-0.9.5 lib/web/portlet_name.rb
caterpillar-0.9.4 lib/web/portlet_name.rb
caterpillar-0.9.6 lib/web/portlet_name.rb
caterpillar-0.9.8 lib/web/portlet_name.rb