Sha256: b19a344abc93793eb5833da06d8e14d6a25ba0d471cae87c2755d2af5495063f
Contents?: true
Size: 398 Bytes
Versions: 33
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
33 entries across 33 versions & 1 rubygems