lib/negroku/helpers.rb in negroku-0.0.6 vs lib/negroku/helpers.rb in negroku-0.0.7
- old
+ new
@@ -60,11 +60,5 @@
##
# Helper Method that assists in loading in tasks from the tasks folder
def load_tasks(tasks)
load File.join(File.dirname(__FILE__), 'tasks', "#{tasks}.rb")
end
-
-##
-# Returns the RAILS_ENV=production string to reduce overhead
-def env
- "RAILS_ENV=production"
-end