injection 2.0.0
Injection is a simple dependency injection gem for rails3. It allows you to inject objects into your controllers and observers which have been described in a yaml file (config/objects.yml).
          Gemfile:
          =
        
        
          安裝:
          =
        
      Runtime 相依性套件 (3):
Development 相依性套件 (2):
            rspec-rails
            ~> 2
          
          
            sqlite3-ruby
            >= 0
          
    


