vendor/assets/application/index.rb in atome-0.5.4.1.9 vs vendor/assets/application/index.rb in atome-0.5.5.6.4
- old
+ new
@@ -3,6 +3,6 @@
# my code here ..
# open the console in your browser ou your native app and should see the text below
puts "hello world"
-require 'application/required_example'
+require './required_example'
\ No newline at end of file