Sha256: cacad66d666b64a1656c7c9990eea6160210f4bb2ca4c254ffe18e109978021e
Contents?: true
Size: 364 Bytes
Versions: 29
Compression:
Stored size: 364 Bytes
Contents
class Views::HelpersSystemSpec::BasicHelpers < Fortitude::Widgets::Html5 def content three_months_ago = 3.months.ago p "Three months ago: #{distance_of_time_in_words_to_now(three_months_ago)}" p "A million dollars: #{number_to_currency(1_000_000.00)}" p do text "Select datetime:" text select_datetime(1.year.ago) end end end
Version data entries
29 entries across 29 versions & 1 rubygems