Sha256: 8439ca143ec02d728e02d2d96a09758a7a86103af4aac26cae0f005f87fe2ab8

Contents?: true

Size: 542 Bytes

Versions: 10

Compression:

Stored size: 542 Bytes

Contents

module Refinery
  module Dashboard
    class Engine < Rails::Engine

      config.after_initialize do
        Refinery::Plugin.register do |plugin|
          plugin.name = "refinery_dashboard"
          plugin.url = {:controller => '/admin/dashboard', :action => 'index'}
          plugin.menu_match = /(admin|refinery)\/(refinery_)?dashboard$/
          plugin.directory = "dashboard"
          plugin.version = %q{0.9.8}
          plugin.always_allow_access = true
          plugin.dashboard = true
        end
      end

    end
  end
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
refinerycms-0.9.8.9 vendor/refinerycms/dashboard/lib/dashboard.rb
refinerycms-0.9.8.8 vendor/refinerycms/dashboard/lib/dashboard.rb
refinerycms-0.9.8.7 vendor/refinerycms/dashboard/lib/dashboard.rb
refinerycms-0.9.8.6 vendor/refinerycms/dashboard/lib/dashboard.rb
refinerycms-0.9.8.5 vendor/refinerycms/dashboard/lib/dashboard.rb
refinerycms-0.9.8.4 vendor/refinerycms/dashboard/lib/dashboard.rb
refinerycms-0.9.8.3 vendor/refinerycms/dashboard/lib/dashboard.rb
refinerycms-0.9.8.2 vendor/refinerycms/dashboard/lib/dashboard.rb
refinerycms-0.9.8.1 vendor/refinerycms/dashboard/lib/dashboard.rb
refinerycms-0.9.8 vendor/refinerycms/dashboard/lib/dashboard.rb