Updated router. Temporarly replaced routing filter with rails internal.
This commit is contained in:
parent
b71fcdf371
commit
eab16e337e
21 changed files with 190 additions and 128 deletions
|
|
@ -62,7 +62,7 @@ module Caboose #:nodoc:
|
|||
# alias_method :calculate_with_deleted, :calculate
|
||||
alias_method :delete_all!, :delete_all
|
||||
end
|
||||
send :named_scope, :without_deleted, :conditions => {:deleted_at => nil}
|
||||
send :scope, :without_deleted, :conditions => {:deleted_at => nil}
|
||||
end
|
||||
include InstanceMethods
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue