Sha256: 9e54885ce8d68f34862738725a63de209aa1f1184860105c5e1284b1197bfa17

Contents?: true

Size: 188 Bytes

Versions: 1

Compression:

Stored size: 188 Bytes

Contents

# frozen_string_literal: true

module Schienenzeppelin
  module Helpers
    class Hotwire < HelperBase
      def apply
        rails_command('hotwire:install')
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
schienenzeppelin-0.1 lib/schienenzeppelin/helpers/hotwire.rb