Sha256: e2cfc5272fe04b9202b682a93d908f9f25285f1e51419fbea12f9b1606e2655e
Contents?: true
Size: 274 Bytes
Versions: 3
Compression:
Stored size: 274 Bytes
Contents
<% if options[:development] -%> require 'bundler' ENV['BUNDLE_GEMFILE'] = File.expand_path('../Gemfile', __FILE__) Bundler.require <% end -%> require 'neutron/app' require File.expand_path('../backend.rb', __FILE__) app = Neutron::App.new(controller: Backend.new) app.run
Version data entries
3 entries across 3 versions & 1 rubygems