require "generic/models/user" class UserAccount < User def initialize options = {} super end end