Method: ArDocStore::Attributes::Datetime#define_query_method
- Defined in:
- lib/ar_doc_store/attributes/datetime.rb
#define_query_method ⇒ Object
6 7 8 9 10 11 12 |
# File 'lib/ar_doc_store/attributes/datetime.rb', line 6 def define_query_method model.class_eval " def \#{attribute}?\n \#{attribute}.present?\n end\n CODE\nend\n", __FILE__, __LINE__ + 1 |