We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f9ecb6 commit 531a522Copy full SHA for 531a522
app/helpers/better_together/calendars_helper.rb
@@ -1,6 +1,6 @@
1
# frozen_string_literal: true
2
3
-require 'simple_calendar/calendar_helper'
+# require 'simple_calendar/calendar_helper'
4
5
module BetterTogether
6
module CalendarsHelper
lib/better_together/engine.rb
@@ -61,7 +61,6 @@ class Engine < ::Rails::Engine
61
require 'public_activity'
62
require 'pundit'
63
require 'rack/cors'
64
- require 'simple_calendar'
65
end
66
67
default_url_options = {
0 commit comments