Skip to content

Commit

Permalink
Small fixes after multinode rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
miks committed Jan 30, 2016
1 parent 71dfb03 commit 42a2d96
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 57 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -188,4 +188,4 @@ def stub_config config
end


end
end
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
### setup menu items and therefore available controllers
config.menu = [
{
controller: 'releaf/content/nodes',
controller: 'admin/nodes',
},
{
name: "inventory",
Expand Down
1 change: 0 additions & 1 deletion releaf-core/lib/releaf/core/configuration.rb
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ def self.default_values
menu: [],
additional_controllers: [],
controllers: {},
components: [],
assets_resolver_class_name: 'Releaf::Core::AssetsResolver',
layout_builder_class_name: 'Releaf::Builders::Page::LayoutBuilder',
content_resources: { 'Node' => { controller: 'Releaf::Content::NodesController' } }
Expand Down
4 changes: 2 additions & 2 deletions releaf-core/lib/releaf/core/exceptions.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module Releaf::Core
class AccessDenied < StandardError
end
class Error < StandardError; end
class AccessDenied < Error; end
end

This file was deleted.

0 comments on commit 42a2d96

Please sign in to comment.