class Platforms::Core::NetworkGenerator

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

Public Instance Methods

concern_type() click to toggle source

Set the concern_type to network

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