1 to 2 of 2
Ruby has the following construct:
class Project < ActiveRecord::Base end
In Akelos, we express that with
class Project extends AkActiveRecord { }
but what about the "::Base". How is that implemented in Akelos?