kurenn / sabisu-rails

Simple and powerful engine for exploring your Rails api application
MIT License
127 stars 29 forks source link

undefined method `columns' - Chapter 3 #29

Closed tknazn closed 9 years ago

tknazn commented 9 years ago

I try to follow the marketapp api tutorial and struggle to set up the sabisu-rails app. I'm using Rails 4.2, ruby 2.2. and mongoid

screen shot 2015-05-22 at 11 32 21 am

Below are my setting screen shot 2015-05-22 at 11 35 05 am

screen shot 2015-05-22 at 11 36 43 am

Thanks in advance for helping!

kurenn commented 9 years ago

Sabisu does not support mongo, the columns method has to be with ActiveRecord::Base parent class

tknazn commented 9 years ago

That's unfortunate. Thank you!