Skip to content

Commit

Permalink
Merge pull request #18104 from andreynering/guides-dsl
Browse files Browse the repository at this point in the history
Add link for Domain-Specific Language [ci skip]
  • Loading branch information
fxn committed Dec 19, 2014
2 parents 83bbc23 + f57e1a2 commit 461fa63
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions guides/source/getting_started.md
Expand Up @@ -300,8 +300,9 @@ Rails.application.routes.draw do
# ...
```

This is your application's _routing file_ which holds entries in a special DSL
(domain-specific language) that tells Rails how to connect incoming requests to
This is your application's _routing file_ which holds entries in a special
[DSL (domain-specific language)](http://en.wikipedia.org/wiki/Domain-specific_language)
that tells Rails how to connect incoming requests to
controllers and actions. This file contains many sample routes on commented
lines, and one of them actually shows you how to connect the root of your site
to a specific controller and action. Find the line beginning with `root` and
Expand Down

0 comments on commit 461fa63

Please sign in to comment.