1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/lib/action_text
Alberto Almagro 558ccf4a21 Privatize constants
This constants meant to be private but `private_constant` was missing,
this commit makes them fully private by adding  `private_constant`.
2018-10-11 14:39:08 +02:00
..
attachables Add frozen_string_literal: true 2018-10-08 23:44:25 +02:00
attachments Add frozen_string_literal: true 2018-10-08 23:44:25 +02:00
attachable.rb Add frozen_string_literal: true 2018-10-08 23:44:25 +02:00
attachment.rb Add frozen_string_literal: true 2018-10-08 23:44:25 +02:00
attachment_gallery.rb Privatize constants 2018-10-11 14:39:08 +02:00
attribute.rb Add frozen_string_literal: true 2018-10-08 23:44:25 +02:00
content.rb Add frozen_string_literal: true 2018-10-08 23:44:25 +02:00
engine.rb Add frozen_string_literal: true 2018-10-08 23:44:25 +02:00
fragment.rb Add frozen_string_literal: true 2018-10-08 23:44:25 +02:00
html_conversion.rb Add frozen_string_literal: true 2018-10-08 23:44:25 +02:00
plain_text_conversion.rb Add frozen_string_literal: true 2018-10-08 23:44:25 +02:00
serialization.rb Add frozen_string_literal: true 2018-10-08 23:44:25 +02:00
trix_attachment.rb Add frozen_string_literal: true 2018-10-08 23:44:25 +02:00
version.rb Add frozen_string_literal: true 2018-10-08 23:44:25 +02:00