Sha256: c37bcc63bc426434fed453f64c1a06cb247190280eeec89accda84c06a6a2757

Contents?: true

Size: 372 Bytes

Versions: 2

Compression:

Stored size: 372 Bytes

Contents


module BarkestCore

  ##
  # Installs BarkestCore into an application.
  class InstallGenerator < Rails::Generators::Base

    desc 'Installs the BarkestCore functionality into your application.'

    # actions are stored in the 'actions' directory.

  end
end

# load the actions
Dir.glob(File.expand_path('../actions/*.rb', __FILE__)).each { |action| require action }

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
barkest_core-1.5.4.0 lib/generators/barkest_core/install_generator.rb
barkest_core-1.5.3.0 lib/generators/barkest_core/install_generator.rb