vhochstein / active_scaffold

Rails 4 Version of activescaffold supporting jquery
MIT License
156 stars 34 forks source link

allow hash includes to columns #123

Closed clyfe closed 13 years ago

clyfe commented 13 years ago

This pull request has two improvements to my bridges and a third commit allow this:

conf.columns[:some_col].includes = {:users => friends}
vhochstein commented 13 years ago

Cool, it s merged.