Displaying 1 result from an estimated 1 matches for "attributes_".
Did you mean:
attributes
2008 May 30
3
another sed question...
...type file)
*** from
?--- !ruby/object:Right
attributes:
name: Personnel Admin
action: index
id: "1"
controller: assessments
--- !ruby/object:Right
attributes:
name: Personnel Admin
action: find
id: "2"
controller: assessments
*** to
?--- !ruby/object:Right
attributes_1:
name: Personnel Admin
action: index
id: "1"
controller: assessments
--- !ruby/object:Right
attributes_2:
name: Personnel Admin
action: find
id: "2"
controller: assessments
where I'm taking the 'id:' field from each record and inserting an
unders...