Sha256: 4a166a683f2d6cdfcb71e4e087e385d06e1d6e10431ba45387fdebc591f369ae
Contents?: true
Size: 278 Bytes
Versions: 7
Compression:
Stored size: 278 Bytes
Contents
# frozen_string_literal: true namespace :phlex do desc "Install Phlex in the Rails application" task :install do install_file_path = File.expand_path("../install/phlex.rb", __dir__) system "#{RbConfig.ruby} bin/rails app:template LOCATION=#{install_file_path}" end end
Version data entries
7 entries across 7 versions & 1 rubygems