Open jonathan opened 12 years ago
class AddressModel << Peacekeeper::Model self.orm = :active_record end
When address gets loaded up it tries and connects to the DB using the settings for AR. If there isn't anything set for the DB then you get error "can't convert nil to String".
When address gets loaded up it tries and connects to the DB using the settings for AR. If there isn't anything set for the DB then you get error "can't convert nil to String".