I have a rails model Book
, with STI-inherited models Fiction
and NonFiction
While book holds a lot of common logic, I'd like to forbid creation of the parent Book
model. Just wondering about the most elegant method for doing that in Rails - any suggestions appreciated