Skip to content

Commit

Permalink
changed fileutils require to work on linux
Browse files Browse the repository at this point in the history
  • Loading branch information
atruskie committed Mar 20, 2013
1 parent 19b8aeb commit 3d48891
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/experiments_controller.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
require 'FileUtils'
require 'fileutils'
require 'modules/JSON_patch'

class ExperimentsController < ApplicationController
Expand Down

0 comments on commit 3d48891

Please sign in to comment.