aboutsummaryrefslogtreecommitdiffstats
path: root/guides/code/getting_started/app/assets
diff options
context:
space:
mode:
authorJohn Kelly Ferguson <hello@johnkellyferguson.com>2014-05-25 18:48:14 -0400
committerJohn Kelly Ferguson <hello@johnkellyferguson.com>2014-05-25 18:48:14 -0400
commit45072f34d27bda34b182f14f8b02d778d1648cce (patch)
tree66a21875edf8908997ba28f63a8d32f8cedd2a0b /guides/code/getting_started/app/assets
parent6c30717f8c182dc05f63779b3a9a532fb9076b05 (diff)
downloadrails-45072f34d27bda34b182f14f8b02d778d1648cce.tar.gz
rails-45072f34d27bda34b182f14f8b02d778d1648cce.tar.bz2
rails-45072f34d27bda34b182f14f8b02d778d1648cce.zip
Rename Posts to Articles in Guides' Getting Started App, continuation of #15215 [ci skip]
Diffstat (limited to 'guides/code/getting_started/app/assets')
-rw-r--r--guides/code/getting_started/app/assets/javascripts/articles.js.coffee (renamed from guides/code/getting_started/app/assets/javascripts/posts.js.coffee)0
-rw-r--r--guides/code/getting_started/app/assets/stylesheets/articles.css.scss (renamed from guides/code/getting_started/app/assets/stylesheets/posts.css.scss)2
2 files changed, 1 insertions, 1 deletions
diff --git a/guides/code/getting_started/app/assets/javascripts/posts.js.coffee b/guides/code/getting_started/app/assets/javascripts/articles.js.coffee
index 24f83d18bb..24f83d18bb 100644
--- a/guides/code/getting_started/app/assets/javascripts/posts.js.coffee
+++ b/guides/code/getting_started/app/assets/javascripts/articles.js.coffee
diff --git a/guides/code/getting_started/app/assets/stylesheets/posts.css.scss b/guides/code/getting_started/app/assets/stylesheets/articles.css.scss
index 1a7e15390c..cca548710d 100644
--- a/guides/code/getting_started/app/assets/stylesheets/posts.css.scss
+++ b/guides/code/getting_started/app/assets/stylesheets/articles.css.scss
@@ -1,3 +1,3 @@
-// Place all the styles related to the posts controller here.
+// Place all the styles related to the articles controller here.
// They will automatically be included in application.css.
// You can use Sass (SCSS) here: http://sass-lang.com/