lib/jaysus/local.rb in jaysus-0.1.3 vs lib/jaysus/local.rb in jaysus-0.1.4
- old
+ new
@@ -28,10 +28,9 @@
end
end
module ClassMethods
def all
- # debugger if self.model_name == 'Kalipso::Site'
records = []
Dir[store_file_dir.join('*')].each do |id|
records << find(id)
end
records
\ No newline at end of file