使用rails控制台建立一个Rails 5 api的问题

时间:2017-01-22 16:42:06

标签: ruby-on-rails rails-console

我正在使用rails 5构建API 当我尝试使用Rails控制台存储用户时,我收到以下错误:

enter image description here

我无法弄清楚问题是什么。 我已经进行了迁移

  • 设置模型

  • 添加了AMS gem

  • 添加了序列化程序
  • 添加了mime类型

这是我的架构

enter image description here

1 个答案:

答案 0 :(得分:1)

app/models/user.rb文件中,它必须是ApplicationRecord,而不是applicationRecord