You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The InfoRequest method law_used_human has been deprecated and will be
removed in a future release. The new method legislation has been supplied
instead which is a Legislation instance with a #to_s method equivalent to
the original method, e.g. law_used_human(:full) can now be replaced with legislation.to_s(:full).
There are some database structure updates so remember to run bundle exec rails db:migrate