Open yoasyo25 opened 6 years ago
NoMethodError: private methodzones_map' called for ActiveSupport::TimeZone:Class` when trying to access a tenant in rails c.
NoMethodError: private method
.zones_map has been made a private method in Rails 5. Hence, using send to access this method in account.rb. https://github.com/rails/rails/commit/89d48fb342279767b1446c8233ab6abefca7919c
.zones_map
send
NoMethodError: private method
zones_map' called for ActiveSupport::TimeZone:Class` when trying to access a tenant in rails c..zones_map
has been made a private method in Rails 5. Hence, usingsend
to access this method in account.rb. https://github.com/rails/rails/commit/89d48fb342279767b1446c8233ab6abefca7919c