Class: ConstructorPages::Types::DateType

Inherits:
ActiveRecord::Base
  • Object
show all
Defined in:
app/models/constructor_pages/types/date_type.rb

Instance Method Summary collapse

Instance Method Details

#russian ⇒ Object



11
12
13
# File 'app/models/constructor_pages/types/date_type.rb', line 11

def russian
  Russian::strftime(self.value, "%d %B %Y").gsub(/0(\d\D)/, '\1')
end