Moving bike model to the bikes table

Leaving the bike_models table and bikes.bike_model_id column as a backup.
This commit is contained in:
Jason Denney
2013-09-02 17:26:07 -04:00
parent 3c4e5c21c2
commit 47f616b7b0
6 changed files with 17 additions and 13 deletions
@@ -6,7 +6,6 @@
//due to Netzke bug, :min_chars attribute doesn't work
var min_char_columns = [
"bike_brand__brand",
"bike_model__model",
"bike_style__style",
"bike_condition__condition",
"bike_purpose__purpose"]