Skip to content

Commit

Permalink
SimpleConfig's ControllerMixin will play nicer with Rails' convention…
Browse files Browse the repository at this point in the history
…s - if it defines a submodule of SimpleConfig, it should be in the simple_config directory.
  • Loading branch information
lazyatom committed Dec 12, 2008
1 parent b94a3a0 commit abedce9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion rails/init.rb
Expand Up @@ -2,4 +2,4 @@

require 'rails_compatibility'
require 'simple_config'
require 'controller_mixin'
require 'simple_config/controller_mixin'
2 changes: 1 addition & 1 deletion test/controller_mixin_test.rb
@@ -1,7 +1,7 @@
require File.join(File.dirname(__FILE__), *%w[test_helper])

require 'simple_config'
require 'controller_mixin'
require 'simple_config/controller_mixin'

class RailsController
class << self
Expand Down

0 comments on commit abedce9

Please sign in to comment.