require File.expand_path('../boot', __FILE__) # Pick the frameworks you want: require "action_controller/railtie" require "action_mailer/railtie" require "active_resource/railtie" require "sprockets/railtie" require 'bundler/setup' # If you have a Gemfile, require the default gems, the ones in the # current environment and also include :assets gems if in development # or test environments. Bundler.require *Rails.groups(:assets) require 'phoenix' <%= application_definition %>