Skip to content

Commit 531a522

Browse files
committed
Don't require simple_calendar/calendar_helper
1 parent 5f9ecb6 commit 531a522

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

app/helpers/better_together/calendars_helper.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# frozen_string_literal: true
22

3-
require 'simple_calendar/calendar_helper'
3+
# require 'simple_calendar/calendar_helper'
44

55
module BetterTogether
66
module CalendarsHelper

lib/better_together/engine.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ class Engine < ::Rails::Engine
6161
require 'public_activity'
6262
require 'pundit'
6363
require 'rack/cors'
64-
require 'simple_calendar'
6564
end
6665

6766
default_url_options = {

0 commit comments

Comments
 (0)