Files | Admin
Notes: changed aliasing from Select[:foo => :bar] to Select[:foo.as(:bar)] This change is required since column order is important and hashes are not ordered. Table names also use the sym.as(sym) syntax.