Sha256: fa0184c774ac3cefb01eb89b4bea9139d6a06c7757bb1bfc9da2396babe298d2
Contents?: true
Size: 210 Bytes
Versions: 5
Compression:
Stored size: 210 Bytes
Contents
namespace :stimulus do desc "Install Stimulus into the app" task :install do system "#{RbConfig.ruby} ./bin/rails app:template LOCATION=#{File.expand_path("../install/stimulus.rb", __dir__)}" end end
Version data entries
5 entries across 5 versions & 2 rubygems