permission_list.rb revision 6d67b58472abc76a1d0d68a1d1fa32a45dc6626a
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
#
# Helper-Class for rendering a permission list
#
#
# first argument: restful path to the permissions collection
# second argument: options hash that may contain the following elements:
#
# :scope => scope for the autocompleter
# :model => class that represents the permissions
# :association => name of the activerecord-association
# :collection => collection of all permissions
@editable = true
case key
value.each do |v|
end
else
end
end
# check required attributes
end
end
end
# path for rendering a PermissionsList instance
end
end
end
# path to a specific partial of the permission list
"#{model_underscore.pluralize}/#{name}"
end
end
end
{
}
end
end