To make it easier to integrate PushType with own user and authentication setups, there should be a configuration options for the user class.
# config/initializers/push_type.rb
config.user_class = PushType::User
This option should primarily be used for defining the creator and updater associations on PushType::Node, although there may be other cases where the option is needed.