aboutsummaryrefslogtreecommitdiffstats
path: root/guides/code/getting_started/app/assets/javascripts
diff options
context:
space:
mode:
authorOscar Del Ben <info@oscardelben.com>2012-04-21 12:01:33 +0200
committerOscar Del Ben <info@oscardelben.com>2012-04-21 12:01:33 +0200
commit504ba12e8cd256b08a43f8ee56c6e2b0272ce6cc (patch)
treefc393654a317b5030d84e72ed04eb10acb8a35a7 /guides/code/getting_started/app/assets/javascripts
parentd717468888b9695aaaafd1d79f125023f7810401 (diff)
downloadrails-504ba12e8cd256b08a43f8ee56c6e2b0272ce6cc.tar.gz
rails-504ba12e8cd256b08a43f8ee56c6e2b0272ce6cc.tar.bz2
rails-504ba12e8cd256b08a43f8ee56c6e2b0272ce6cc.zip
Add model validation section to Getting Started guide
Diffstat (limited to 'guides/code/getting_started/app/assets/javascripts')
-rw-r--r--guides/code/getting_started/app/assets/javascripts/comments.js.coffee3
-rw-r--r--guides/code/getting_started/app/assets/javascripts/home.js.coffee3
-rw-r--r--guides/code/getting_started/app/assets/javascripts/posts.js.coffee3
3 files changed, 0 insertions, 9 deletions
diff --git a/guides/code/getting_started/app/assets/javascripts/comments.js.coffee b/guides/code/getting_started/app/assets/javascripts/comments.js.coffee
deleted file mode 100644
index 761567942f..0000000000
--- a/guides/code/getting_started/app/assets/javascripts/comments.js.coffee
+++ /dev/null
@@ -1,3 +0,0 @@
-# Place all the behaviors and hooks related to the matching controller here.
-# All this logic will automatically be available in application.js.
-# You can use CoffeeScript in this file: http://jashkenas.github.com/coffee-script/
diff --git a/guides/code/getting_started/app/assets/javascripts/home.js.coffee b/guides/code/getting_started/app/assets/javascripts/home.js.coffee
deleted file mode 100644
index 761567942f..0000000000
--- a/guides/code/getting_started/app/assets/javascripts/home.js.coffee
+++ /dev/null
@@ -1,3 +0,0 @@
-# Place all the behaviors and hooks related to the matching controller here.
-# All this logic will automatically be available in application.js.
-# You can use CoffeeScript in this file: http://jashkenas.github.com/coffee-script/
diff --git a/guides/code/getting_started/app/assets/javascripts/posts.js.coffee b/guides/code/getting_started/app/assets/javascripts/posts.js.coffee
deleted file mode 100644
index 761567942f..0000000000
--- a/guides/code/getting_started/app/assets/javascripts/posts.js.coffee
+++ /dev/null
@@ -1,3 +0,0 @@
-# Place all the behaviors and hooks related to the matching controller here.
-# All this logic will automatically be available in application.js.
-# You can use CoffeeScript in this file: http://jashkenas.github.com/coffee-script/