lib/rfm/layout.rb in ginjo-rfm-2.1.0 vs lib/rfm/layout.rb in ginjo-rfm-2.1.1
- old
+ new
@@ -207,10 +207,10 @@
# assumed to be FileMaker's internal id for a record (the recid).
#
# myLayout.find 54321
#
def find(find_criteria, options = {})
- #puts "layout.find-#{self}"
+ #puts "layout.find-#{self.object_id}"
options.merge!({:field_mapping => field_mapping}) if field_mapping
get_records(*Rfm::CompoundQuery.new(find_criteria, options))
end
# Access to raw -findquery command.
\ No newline at end of file