12spokes / acts_as_restful_list

Just like acts_as_list, but restful.
MIT License
14 stars 9 forks source link

Support multiple columns on scope #2

Closed treybean closed 14 years ago

treybean commented 14 years ago

You should be able to set the scope to be multiple columns, e.g. :scope => [:list, :user]

treybean commented 14 years ago

Added the ability to add multiple columns for the scope by passing in an array of symbold, e.g. :scope => [:parent, :user].

Closed by 8bb17ebedb9a05908ee0cdbc3c93174f89a1687f