rename app

This commit is contained in:
Nicolas Bally 2011-07-15 12:45:57 +02:00
parent 6b001c8ef7
commit 8f8398c70e
8 changed files with 8 additions and 8 deletions

View File

@ -4,4 +4,4 @@
require File.expand_path('../config/application', __FILE__)
Pharma::Application.load_tasks
Mda::Application.load_tasks

View File

@ -1,4 +1,4 @@
# This file is used by Rack-based servers to start the application.
require ::File.expand_path('../config/environment', __FILE__)
run Pharma::Application
run Mda::Application

View File

@ -7,7 +7,7 @@ require 'rails/all'
# you've limited to :test, :development, or :production.
Bundler.require(:default, Rails.env) if defined?(Bundler)
module Pharma
module Mda
class Application < Rails::Application
# Settings in config/environments/* take precedence over those specified here.
# Application configuration should go into files in config/initializers

View File

@ -2,4 +2,4 @@
require File.expand_path('../application', __FILE__)
# Initialize the rails application
Pharma::Application.initialize!
Mda::Application.initialize!

View File

@ -1,4 +1,4 @@
Pharma::Application.configure do
Mda::Application.configure do
# Settings specified here will take precedence over those in config/application.rb
# In the development environment your application's code is reloaded on

View File

@ -1,5 +1,5 @@
# -*- encoding : utf-8 -*-
Pharma::Application.configure do
Mda::Application.configure do
# Settings specified here will take precedence over those in config/application.rb
# Code is not reloaded between requests

View File

@ -1,4 +1,4 @@
Pharma::Application.configure do
Mda::Application.configure do
# Settings specified here will take precedence over those in config/application.rb
# The test environment is used exclusively to run your application's

View File

@ -1,6 +1,6 @@
# -*- encoding : utf-8 -*-
Pharma::Application.routes.draw do
Mda::Application.routes.draw do
resources :download_data_files