Guest User

Untitled

a guest
Apr 25th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. diff --git a/README b/README
  2. index 089d625..155e75b 100644
  3. --- a/README
  4. +++ b/README
  5. @@ -102,7 +102,7 @@ now? In DataMapper you control the mappings:
  6.  
  7. class Fruit
  8. include DataMapper::Resource
  9. - set_table_name 'frt'
  10. + storage_names[:repo] = 'frt'
  11. property :name, String, :column => 'col2Name'
  12. end
Add Comment
Please, Sign In to add comment