class Locomotive::Steam::Liquid::Tags::InlineEditor

Add custom CSS and JS to let the logged in users edit their page directly from the page it self.

@deprecated

Public Instance Methods

render(context) click to toggle source
# File lib/locomotive/steam/liquid/tags/inline_editor.rb, line 13
def render(context)
  Locomotive::Common::Logger.warn %(The inline_editor liquid tag is no more used.).yellow
  ''
end