All Questions
1 question
0
votes
1
answer
555
views
How do I create a tableless model for active admin in rails 5?
We've recently upgraded our Rails app from 4 to 5 and I'm running into a breaking change with tableless models. In Rails 4, we were using this pattern:
class Foo < ActiveRecord::Base
...