create_view can be defined using a Relation
authorronen barzel <ronen@barzel.org>
Sun, 11 Nov 2012 08:36:07 +0000 (08:36 +0000)
committerronen barzel <ronen@barzel.org>
Sun, 11 Nov 2012 08:36:07 +0000 (08:36 +0000)
commit05c6aed9e2b6783f7ed5b1db8922cd856f0e35f7
tree95570b12f08f2f7f18a53856ab4424a5990d0265
parent20d2f1cfa715a4cfe7f5e84d7df1672a4b5028d6
create_view can be defined using a Relation

(really, can take anything that responds to :to_sql)
README.rdoc
lib/schema_plus/active_record/connection_adapters/abstract_adapter.rb
spec/views_spec.rb