Sha256: b94048680e1486ea1811efd45a83b7362bbd93ee462afef3c703b22441d17eb2
Contents?: true
Size: 279 Bytes
Versions: 14
Compression:
Stored size: 279 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
14 entries across 14 versions & 2 rubygems