文件名称:acts_as_stripped:从模型的字符串属性中删除空格的简单实用程序
文件大小:6KB
文件格式:ZIP
更新时间:2024-06-01 14:08:07
Ruby
act_as_stripped 从字符串模型属性中删除空格的简单实用程序。 安装 捆绑器配置: gem 'acts_as_stripped' 用法 # strip whitespace from specified string attributes class Post < ActiveRecord :: Base acts_as_stripped :title , :summary end 版权 版权所有(c)2009 Ryan Sonnek。 有关详细信息,请参见许可。
【文件预览】:
acts_as_stripped-master
----.gitignore(145B)
----README.md(382B)
----Gemfile(100B)
----.document(60B)
----.ruby-version(6B)
----LICENSE(1KB)
----.gitx.yml(36B)
----.rspec(44B)
----acts_as_stripped.gemspec(944B)
----spec()
--------database.yml(64B)
--------acts_as_stripped_spec.rb(823B)
--------spec_helper.rb(1KB)
----.travis.yml(15B)
----lib()
--------acts_as_stripped.rb(356B)
--------acts_as_stripped()
----Rakefile(137B)