Skip to content

Commit

Permalink
Get rid of active_model/core and active_model/callbacks
Browse files Browse the repository at this point in the history
  • Loading branch information
lifo committed Mar 21, 2009
1 parent e4b89b4 commit 2bc4189
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 17 deletions.
7 changes: 0 additions & 7 deletions activemodel/lib/active_model/callbacks.rb

This file was deleted.

7 changes: 0 additions & 7 deletions activemodel/lib/active_model/core.rb

This file was deleted.

1 change: 0 additions & 1 deletion activemodel/lib/active_model/observing.rb
@@ -1,6 +1,5 @@
require 'observer'
require 'singleton'
require 'active_model/core'

module ActiveModel
module Observing
Expand Down
2 changes: 0 additions & 2 deletions activemodel/lib/active_model/validations.rb
@@ -1,5 +1,3 @@
require 'active_model/core'

module ActiveModel
module Validations
def self.included(base) # :nodoc:
Expand Down

0 comments on commit 2bc4189

Please sign in to comment.