Sha256: fc9b3a456c0b449b3fc816ff4074afc5bd250012d828efddbb4daf9230824ea3
Contents?: true
Size: 837 Bytes
Versions: 2
Compression:
Stored size: 837 Bytes
Contents
Adminpanel.setup do |config| # # You get this from the Google Analytics Dashboard, this configuration is required. # config.analytics_profile_id = '12341234' # # The next configuration is the file used to establish server to server authentication/authorization # # you need to download this file from the Google Developers Console # # and place it inside your application, this configuration is required. # config.analytics_key_filename = '12345ABCDE.p12' # # Path to the key file, defaults to config/analytics # config.analytics_key_path = "config/analytics" # # This are the modules that are going to be displayed and order that are going to be displayed config.displayable_resources = [ :analytics, :galleries, :sections, :categories, :products, :users, :mugs, :salesmen ] end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
adminpanel-2.1.1 | test/dummy/config/initializers/adminpanel_setup.rb |
adminpanel-2.1.0 | spec/dummy/config/initializers/adminpanel_setup.rb |