ref: master
plugins/google_analytics/lib/ext/profile.rb
1 2 3 4 5 6 7 8 9 10
require_dependency 'profile' class Profile settings_items :google_analytics_profile_id attr_accessible :google_analytics_profile_id descendants.each do |descendant| descendant.attr_accessible :google_analytics_profile_id end end