added filter criteria models

This commit is contained in:
Edin Dazdarevic
2015-02-07 14:48:02 +01:00
parent 0bb6bb5a49
commit ead0e87e31
25 changed files with 240 additions and 6 deletions

View File

@@ -0,0 +1,15 @@
# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
one:
title: MyString
field_name: MyString
type: 1
owner_type: MyString
owner_id: 1
two:
title: MyString
field_name: MyString
type: 1
owner_type: MyString
owner_id: 1

View File

@@ -0,0 +1,11 @@
# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
one:
filter_text: MyString
filter_value: MyString
filter_criteria_id: 1
two:
filter_text: MyString
filter_value: MyString
filter_criteria_id: 1