app/models/site.rb in trusty-multi-site-extension-1.0.1 vs app/models/site.rb in trusty-multi-site-extension-1.0.2
- old
+ new
@@ -1,6 +1,6 @@
# The site class includes - in find_for_host - some key retrieval and creation logic that is called from ApplicationController to set the current site context.
-# Otherwise it's just another radiant data model.
+# Otherwise it's just another Trusty data model.
class Site < ActiveRecord::Base
acts_as_list
belongs_to :created_by, :class_name => 'User'
belongs_to :updated_by, :class_name => 'User'