文件名称:time_of_day_attr:Ruby宝石,用于掌握Rails中的一天中的时间属性
文件大小:12KB
文件格式:ZIP
更新时间:2024-05-18 05:21:31
rails rubygems time-of-day Ruby
Rails模型的“一天中的时间”属性 该Ruby宝石将一天中的时间转换为秒(从午夜开始)并返回。 以秒为单位的值可用于计算和验证。 安装 gem install time_of_day_attr 用法 定义时间属性: class BusinessHour < ActiveRecord xss=removed xss=removed> 32400 business_hour . closing => 61200 转换回一天中的时间: TimeOfDayAttr . l ( b
【文件预览】:
time_of_day_attr-master
----config()
--------locales()
----Rakefile(697B)
----test()
--------models()
--------active_record_extension_test.rb(2KB)
--------test_helper.rb(107B)
--------schema.rb(179B)
--------time_of_day_attr()
----.rubocop.yml(96B)
----time_of_day_attr.gemspec(790B)
----Gemfile(588B)
----Gemfile.lock(3KB)
----.gitignore(122B)
----lib()
--------time_of_day_attr.rb(893B)
--------time_of_day_attr()
----README.md(3KB)