文件名称:plain_service:普通服务对象实现
文件大小:6KB
文件格式:ZIP
更新时间:2024-06-10 18:19:19
Ruby
普通服务 安装 将此行添加到您的应用程序的Gemfile中: gem 'plain_service' 然后执行: $ bundle 或将其自己安装为: $ gem install plain_service 为什么? 为了使您的控制器和模型更薄。 用法 示例(简单的密码更改服务): 定义您的服务: # app/services/user_service/change_password module UserService class ChangePassword < PlainService :: Base attribute :user attribute :password attribute :password_confirmation validates :password , presence : tr
【文件预览】:
plain_service-master
----.travis.yml(32B)
----plain_service.gemspec(978B)
----Rakefile(130B)
----Gemfile(170B)
----spec()
--------spec_helper.rb(24B)
--------plain_service()
----.gitignore(160B)
----lib()
--------plain_service.rb(86B)
--------plain_service()
----README.md(2KB)
----LICENSE.txt(1KB)