Renames the model and related stuff from Legislation to LegacyLegislation to avoid name clashes with the future Legislation module.
4 lines
73 B
Ruby
4 lines
73 B
Ruby
class LegacyLegislation < ActiveRecord::Base
|
|
has_many :annotations
|
|
end
|