We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
每个工程都需要能够读取 user 的 preference 而且 preference 应该是 Lazy Create 的(需要时才创建) 需要编写一些公共基础代码来实现这些特性
每个工程都应该可以以 user.preference 来取到用户偏好信息
执行 user.preference 时 如果数据库表里还没有相应记录的话 就创建 preference 记录
http://gist.github.com/522333
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
No branches or pull requests
每个工程都需要能够读取 user 的 preference
而且 preference 应该是 Lazy Create 的(需要时才创建)
需要编写一些公共基础代码来实现这些特性
每个工程都应该可以以 user.preference 来取到用户偏好信息
执行 user.preference 时 如果数据库表里还没有相应记录的话 就创建 preference 记录
http://gist.github.com/522333
The text was updated successfully, but these errors were encountered: