lib/web/portlet_name.rb in caterpillar-0.9.2 vs lib/web/portlet_name.rb in caterpillar-0.9.4

- old
+ new

@@ -1,8 +1,8 @@ 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 # :nodoc: - set_table_name :web_portlet_names + class PortletName < ActiveRecord::Base + set_table_name :portlet_names end end