Skip to content
Snippets Groups Projects
Commit c313ed2d authored by Holger Just's avatar Holger Just
Browse files

Remove unloadable from the monkey patches for Liquid.

It turns out in this case or core patches, unloadable actually breaks in
development mode. Did I already mention that I hate the Rails reloader?
parent e1ecae83
Branches
Tags
No related merge requests found
......@@ -19,8 +19,6 @@ module ChiliProject
def self.included(base)
base.send(:include, InstanceMethods)
base.class_eval do
unloadable
alias_method_chain :render_all, :cleaned_whitespace_and_cache
end
end
......
......@@ -19,8 +19,6 @@ module ChiliProject
def self.included(base)
base.send(:include, InstanceMethods)
base.class_eval do
unloadable
alias_method_chain :handle_error, :formatting
end
end
......
......@@ -20,8 +20,6 @@ module ChiliProject
def self.included(base)
base.extend(ClassMethods)
base.class_eval do
unloadable
@@filters = []
end
end
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment