Sha256: 4196e7513e16e26d80df64f309408759cdcf7a6430d5864128e250f574fef334
Contents?: true
Size: 410 Bytes
Versions: 16
Compression:
Stored size: 410 Bytes
Contents
# frozen_string_literal: true require "rails/generators" module GeoblacklightAdmin class HelpersGenerator < Rails::Generators::Base source_root File.expand_path("templates", __dir__) desc <<-DESCRIPTION This generator makes the following changes to your application: 1. Creates an app/helpers/blacklight directory DESCRIPTION def create_views # @TODO end end end
Version data entries
16 entries across 16 versions & 1 rubygems