class Loco::NotificationCenterGenerator

Public Instance Methods

create_dir_with_file() click to toggle source
# File lib/generators/loco/notification_center/notification_center_generator.rb, line 7
def create_dir_with_file
  directory '.', Rails.root.join('app')
end