4 lines
62 B
Ruby
Executable file
4 lines
62 B
Ruby
Executable file
class Filter < ActiveRecord::Base
|
|
has_many :expressions
|
|
end
|