Hobo / hobo

The web app builder for Rails (moved from tablatom/hobo)
http://hobocentral.net
103 stars 39 forks source link

table-plus croaks when there is a default_scope #75

Open hbaragar opened 10 years ago

hbaragar commented 10 years ago

When I have a model with a default scope, I get the following error message when using it in a <table-plus> tag:

undefined method `default_scoped=' for #<Array:0x007f30ca214420>

The default_scope works fine with <table>.