Class: Arel::Attributes::Time
- Inherits:
-
Object
- Object
- Arel::Attributes::Time
- Defined in:
- lib/arel_date_scopes/arel.rb
Instance Method Summary collapse
Instance Method Details
#dayofmonth ⇒ Object
40 41 42 |
# File 'lib/arel_date_scopes/arel.rb', line 40 def dayofmonth Nodes::DayOfMonth.new [self] end |