Sha256: 77bb3d2547562e42c75d4d34a07e44e12cb42a23e1f540b97135af8fc9fab48d

Contents?: true

Size: 403 Bytes

Versions: 1

Compression:

Stored size: 403 Bytes

Contents

# frozen_string_literal: true

require "rails/generators"

module GeoblacklightAdmin
  class ViewsGenerator < 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/views/catalog directory
    DESCRIPTION

    def create_views
      # @TODO
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
geoblacklight_admin-0.1.0 lib/generators/geoblacklight_admin/views_generator.rb