class Platforms::Core::UserGenerator

Create a model, with Platforms::Core specific additions for the 'User' class that should be implemented by the parent application.

Public Instance Methods

concern_type() click to toggle source

Set the concern_type to user.

# File lib/generators/platforms/core/user/user_generator.rb, line 13
def concern_type
  "user"
end