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