lib/freeberry.rb in freeberry-0.2.7 vs lib/freeberry.rb in freeberry-0.2.9

- old
+ new

@@ -11,12 +11,11 @@ autoload :AccessibleAttributes, 'freeberry/accessible_attributes' autoload :Utils, 'freeberry/utils' # Controllers module Controllers - autoload :AuthorizedSystem, 'freeberry/controllers/authorized_system' - autoload :HeadOptions, 'freeberry/controllers/head_options' - autoload :HelperUtils, 'freeberry/controllers/helper_utils' + autoload :HeadOptions, 'freeberry/controllers/head_options' + autoload :HelperUtils, 'freeberry/controllers/helper_utils' end # Models module Models autoload :RoleType, 'freeberry/models/role_type'