I am trying to create a new class to that will inherit from ActiveRecord::Base the class needs to be dynamically generated from a string
ActiveRecord::Base
\"gener
Something like this?
>> Object.const_set("general_systems".classify, Class.new) => GeneralSystem >> GeneralSystem.new => #<GeneralSystem:0x105b0f738>