Sha256: d6df48497b29d85dfa97e864066a89e0ff0f6c8278a73cbdacce847b88cf2cab
Contents?: true
Size: 363 Bytes
Versions: 10
Compression:
Stored size: 363 Bytes
Contents
# desc "Explaining what the task does" # task :active_tracker do # # Task goes here # end namespace :activetracker do desc 'install initial files' task :install do installer_template = File.expand_path("../../integration/generators/installer.rb", __dir__) system "#{RbConfig.ruby} ./bin/rails app:template LOCATION=#{installer_template}" end end
Version data entries
10 entries across 10 versions & 1 rubygems