Skip to main content

All Questions

Filter by
Sorted by
Tagged with
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 ...
user341493's user avatar