You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Jammit 0.5+ no longer supports separate template packages.
186
185
defself.check_for_deprecations
187
-
raiseDeprecationError,"Jammit 0.5+ no longer supports separate packages for templates.\nPlease fold your templates into the appropriate 'javascripts' package instead."if@configuration[:templates]
186
+
if@configuration[:templates]
187
+
raiseDeprecationError,"Jammit 0.5+ no longer supports separate packages for templates.\nPlease fold your templates into the appropriate 'javascripts' package instead."
0 commit comments