Sha256: 1a3c2c19b38a34f1ea14730c1b47e8a84fb677734366754b496305415a4d7028
Contents?: true
Size: 313 Bytes
Versions: 15
Compression:
Stored size: 313 Bytes
Contents
# frozen_string_literal: true module SlashAdmin module Generators class InstallGenerator < Rails::Generators::Base source_root File.expand_path("../templates", __FILE__) def install template "install.erb", "app/helpers/slash_admin/menu_helper.rb" end end end end
Version data entries
15 entries across 15 versions & 1 rubygems