Skip to content

Commit

Permalink
Add optionnal second argument when creating EphaInteractionPlugin
Browse files Browse the repository at this point in the history
  • Loading branch information
ngiger committed Aug 4, 2014
1 parent a794da9 commit 1559fdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugin/epha_interactions.rb
Expand Up @@ -14,7 +14,7 @@ class EphaInteractionPlugin < Plugin
CSV_FILE = File.expand_path('../../data/csv/interactions_de_utf8.csv', File.dirname(__FILE__))
CSV_ORIGIN_URL = 'https://download.epha.ch/cleaned/matrix.csv'

def initialize(app)
def initialize(app, options = nil)
super
end
def report
Expand Down

0 comments on commit 1559fdd

Please sign in to comment.