Skip to content
Snippets Groups Projects
Unverified Commit 2e69f357 authored by Sébastien Gaya's avatar Sébastien Gaya
Browse files

Remove initializer

parent a60b0d0b
No related branches found
No related tags found
No related merge requests found
Rails.configuration.to_prepare do
ActionText::RichText.class_eval do
delegate :university, :university_id, to: :record
end
ActionText::ContentHelper.allowed_tags += Rails.application.config.action_view.sanitized_allowed_tags
ActionText::ContentHelper.allowed_attributes += Rails.application.config.action_view.sanitized_allowed_attributes
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment