Class: Geostats::Views::Default
- Defined in:
- lib/geostats/views/default.rb
Instance Method Summary collapse
Instance Method Details
#generation_date ⇒ Object
4 5 6 |
# File 'lib/geostats/views/default.rb', line 4 def generation_date Time.now.strftime("%c") end |
#geostats_version ⇒ Object
8 9 10 |
# File 'lib/geostats/views/default.rb', line 8 def geostats_version Geostats::VERSION end |