diff --git a/app/models/block.rb b/app/models/block.rb index c007686..eb4dd30 100644 --- a/app/models/block.rb +++ b/app/models/block.rb @@ -21,7 +21,7 @@ class Block < ActiveRecord::Base end def embed_code(url) - html = "" + html = "" end # Determines whether a given block must be visible. Optionally a -- libgit2 0.21.2