Rails 5 has added accessed_fields to find the fields that are used in application
Rails 5 introduces accessed_fields method to determine all the fields that were accessed on a model while performing some operation.
Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!
Rails 5 introduces accessed_fields method to determine all the fields that were accessed on a model while performing some operation.
Post a comment