Commit c40af6da4d402e6e8175ab7c26471544f6cd61de

Authored by Evandro Junior
1 parent e3398b89

Added dependency require 'ftools' for File.makedirs

Showing 1 changed file with 2 additions and 0 deletions   Show diff stats
lib/community_hub_plugin/listener.rb
  1 +require 'ftools'
  2 +
1 3 class CommunityHubPlugin::Listener
2 4  
3 5 class << self
... ...