jackc / surus

PostgreSQL extensions for ActiveRecord
MIT License
395 stars 35 forks source link

Omitting 'as' results in syntax error with belongs to relationship #9

Closed mjc closed 10 years ago

mjc commented 10 years ago

Widget.all_json(include: :user) with Widget belongs to User, User has many Widgets would not work without this fix.