module Middleman::Galley::Method

Public Instance Methods

galley!() click to toggle source
# File lib/middleman/galley.rb, line 12
def galley!
  extensions[:galley].values.find { |x|
    x.has? current_page
  }
end