Sha256: b03cce6d2b9356441dd5fdf674e6a6340aebe681a5c617607068449b6d67319b

Contents?: true

Size: 388 Bytes

Versions: 14

Compression:

Stored size: 388 Bytes

Contents

module Alchemy
	module Admin
		class DashboardController < Alchemy::Admin::BaseController

			def index
				@alchemy_version = Alchemy::VERSION
				@clipboard_items = session[:clipboard]
				@last_edited_pages = Page.all_last_edited_from(current_user)
				@locked_pages = Page.all_locked
				@online_users = User.all_online.to_a.delete_if { |u| u == current_user }
			end

		end
	end
end

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
alchemy_cms-2.1.12 app/controllers/alchemy/admin/dashboard_controller.rb
alchemy_cms-2.1.11 app/controllers/alchemy/admin/dashboard_controller.rb
alchemy_cms-2.1.9.1 app/controllers/alchemy/admin/dashboard_controller.rb
alchemy_cms-2.1.9 app/controllers/alchemy/admin/dashboard_controller.rb
alchemy_cms-2.1.8.1 app/controllers/alchemy/admin/dashboard_controller.rb
alchemy_cms-2.1.8 app/controllers/alchemy/admin/dashboard_controller.rb
alchemy_cms-2.1.7 app/controllers/alchemy/admin/dashboard_controller.rb
alchemy_cms-2.1.6 app/controllers/alchemy/admin/dashboard_controller.rb
alchemy_cms-2.1.5 app/controllers/alchemy/admin/dashboard_controller.rb
alchemy_cms-2.1.4 app/controllers/alchemy/admin/dashboard_controller.rb
alchemy_cms-2.1.3 app/controllers/alchemy/admin/dashboard_controller.rb
alchemy_cms-2.1.2 app/controllers/alchemy/admin/dashboard_controller.rb
alchemy_cms-2.1.1 app/controllers/alchemy/admin/dashboard_controller.rb
alchemy_cms-2.1 app/controllers/alchemy/admin/dashboard_controller.rb