Sha256: 8b11ad77a8787b7e0301d0997f0d20f807daba07c7781465571755d2f51fa5da
Contents?: true
Size: 398 Bytes
Versions: 39
Compression:
Stored size: 398 Bytes
Contents
# frozen_string_literal: true require 'rails/generators/base' module ShopifyApp module Generators class AuthenticatedControllerGenerator < Rails::Generators::Base source_root File.expand_path('../templates', __FILE__) def create_authenticated_controller template('authenticated_controller.rb', 'app/controllers/authenticated_controller.rb') end end end end
Version data entries
39 entries across 39 versions & 2 rubygems