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