files/app/environment.rb in motion-prime-0.5.0 vs files/app/environment.rb in motion-prime-0.5.1
- old
+ new
@@ -1,10 +1,5 @@
module MotionPrime
- def self.env
- ENV['PRIME_ENV'] || ENV['RUBYMOTION_ENV'] || 'development'
- end
-
def self.root
File.expand_path File.dirname(__FILE__) + '/../'
end
-end
-::Prime = MotionPrime unless defined?(::Prime)
+end
\ No newline at end of file