railhead_autouser:自动将 current_user 添加到模型

时间:2024-07-12 23:47:57
【文件属性】:

文件名称:railhead_autouser:自动将 current_user 添加到模型

文件大小:3KB

文件格式:ZIP

更新时间:2024-07-12 23:47:57

Ruby

RailheadAutouser RailheadAutouser 是一个 Ruby on Rails 插件,可自动将 current_user 设置为模型。 安装 添加到您的 Gemfile: gem 'railhead_autouser' 用法 在您的迁移中设置用户: create_table :table_name do |f| f.references :user ... end 将以下行添加到您的控制器: auto_user 许可证 版权所有 :copyright: 2008-2015 Bence Nagy (bence.nagy@gmail.com),在 MIT 许可下发布。


【文件预览】:
railhead_autouser-master
----MIT-LICENSE(1KB)
----lib()
--------railhead_autouser.rb(815B)
----README.rdoc(451B)
----railhead_autouser.gemspec(595B)

网友评论