Fix formatter name

pull/6827/head
Oliver Günther 6 years ago
parent d4b54ebb4e
commit 89118536f9
No known key found for this signature in database
GPG Key ID: 88872239EB414F99
  1. 2
      lib/open_project/meeting/engine.rb

@ -67,7 +67,7 @@ module OpenProject::Meeting
patch_with_namespace :BasicData, :RoleSeeder
patch_with_namespace :BasicData, :SettingSeeder
patch_with_namespace :OpenProject, :TextFormatting, :Formatters, :Markdown, :TextileConverter
patch_with_namespace :OpenProject, :TextFormatting, :Formats, :Markdown, :TextileConverter
initializer 'meeting.precompile_assets' do
Rails.application.config.assets.precompile += %w(meeting/meeting.css meeting/meeting.js)

Loading…
Cancel
Save