Sha256: 3633132099ad826bd8fbf567392a4323c9f456bbd387478357a0c84f3133e61c

Contents?: true

Size: 345 Bytes

Versions: 1

Compression:

Stored size: 345 Bytes

Contents

require File.expand_path('../boot', __FILE__)

# Load Zync framework:
require 'zync'

# If you have a Gemfile, require the gems listed there, including any gems
# you've limited to :test, :development, or :production.
Bundler.require(:default) if defined?(Bundler)

module <%= app_const_base %>
  class Application < Zync::Application
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
zync-gen-0.1.0 lib/zync-gen/generators/app/templates/config/application.rb