I am using tire to search in my Rails application. I want to take data by comparing with created_at field. ie, giving conditions like created_at > '2013-01-01'
I read a method named excludes, But I couldn't see any tutorial for how to use this.
I am using tire to search in my Rails application. I want to take data by comparing with created_at field. ie, giving conditions like created_at > '2013-01-01'
I read a method named excludes, But I couldn't see any tutorial for how to use this.