brightin / brightcontent

BrightContent, yet another cms / admin panel for Rails
brightin.nl
MIT License
12 stars 13 forks source link

View lookup by association type #21

Closed jvdp closed 10 years ago

jvdp commented 10 years ago

Allows you to specify list, filter and form views by association type / macro name (belongs_to, etc.) This allows for a default form behavior for belongs_to with a dropdown, and perhaps some other nice ones in the future.

I also did some refactoring of the ViewLookup classes.