Sha256: d0beb74016dba51d921735888ecba6711506d59dbc08de737c2b8cbaf33d2c2a
Contents?: true
Size: 252 Bytes
Versions: 11
Compression:
Stored size: 252 Bytes
Contents
# frozen_string_literal: true module Loco class NotificationCenterGenerator < Rails::Generators::Base source_root File.expand_path('templates', __dir__) def create_dir_with_file directory '.', Rails.root.join('app') end end end
Version data entries
11 entries across 11 versions & 1 rubygems