This mysterious error was showing just after action text was installed on development environment and then vanished without any change on the code.
After many tests and working ok on localhost I pushed to production (heroku) and it came back:
undefined method `rich_text_area_tag'
Config:
models/mailing.rb
class Mailing < ApplicationRecord
has_rich_text :body
end
Ruby 2.6.5 Rails 6.0.0