Rename Middleman::Base to Middleman::Application
This commit is contained in:
parent
2130e902c2
commit
d2d40079cc
11 changed files with 27 additions and 27 deletions
|
@ -78,7 +78,7 @@ module Middleman::CoreExtensions::Data
|
|||
|
||||
# Setup data store
|
||||
#
|
||||
# @param [Middleman::Base] app The current instance of Middleman
|
||||
# @param [Middleman::Application] app The current instance of Middleman
|
||||
def initialize(app)
|
||||
@app = app
|
||||
@local_data = {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue