Skip to content

Commit 7750dc6

Browse files
committed
Solved merge problems
1 parent a2c480a commit 7750dc6

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

lib/project_tree/patches/projects_controller_patch.rb

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,6 @@ def self.included(base) # :nodoc:
1010
unloadable
1111
#the before_filter is who gives the authorization to execute the function
1212
before_filter :authorize, :except => [ :index, :children, :autocomplete, :list, :new, :create, :copy, :archive, :unarchive, :destroy ]
13-
<<<<<<< HEAD
14-
=======
15-
16-
>>>>>>> 31b47c6afe4530f64802a925a8e715fd7c8a7c87
1713
end
1814
end
1915

@@ -28,11 +24,8 @@ def children
2824
# encapsulates all children of current project
2925
children = []
3026

31-
<<<<<<< HEAD
3227
project.children.each do |child|
33-
=======
34-
project.children.each do |child|
35-
>>>>>>> 31b47c6afe4530f64802a925a8e715fd7c8a7c87
28+
3629
# return only active projects to the result
3730
if child.status == 1
3831
entry = {}

0 commit comments

Comments
 (0)