jasoncodes / activerecord_views

Automatic PostgreSQL database view creation for ActiveRecord
MIT License
35 stars 10 forks source link

Adds the option for standard btree indexes to be added to a view #18

Open mfasanya opened 9 years ago

mfasanya commented 9 years ago

Adds the option for standard btree indexes to be added to a view.

Also moves sql files dir for clarity.