Note there is some funkiness going on with class loadings
Had to create a `feed` and `widget_feed` table even though in this
first version the Widget::Feed includes only uses ActiveModel instead
of ActiveRecord, otherwise some specs failed
We’ll figure it out and clean up 😌
4 lines
56 B
Ruby
4 lines
56 B
Ruby
class Widget
|
|
class Feed < ActiveRecord::Base
|
|
end
|
|
end |