Guest User

Untitled

a guest
Feb 20th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. Index: lib/acts_as_ferret.rb
  2. ===================================================================
  3. --- lib/acts_as_ferret.rb (revisjon 83)
  4. +++ lib/acts_as_ferret.rb (arbeidskopi)
  5. @@ -238,7 +238,9 @@
  6. add_fields(configuration[:additional_fields])
  7. end
  8.  
  9. - def self.reloadable?; false end
  10. + # BUG: This line causes Model methods to disappear suddenly.
  11. + # Namely has_many relationships.
  12. + #def self.reloadable?; false end
  13. EOV
  14. FerretMixin::Acts::ARFerret::ensure_directory configuration[:index_dir]
  15. end
Add Comment
Please, Sign In to add comment