Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed README.md #92

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 2 additions & 1 deletion README.md
Expand Up @@ -89,6 +89,7 @@ Edit your posts index view `app/views/posts/index.html.erb` with the following c


If you prefer haml, this is equivalent to inserting the following code into `app/views/posts/index.html.haml`: If you prefer haml, this is equivalent to inserting the following code into `app/views/posts/index.html.haml`:


#posts
:javascript :javascript
$(function() { $(function() {
// Blog is the app name // Blog is the app name
Expand All @@ -98,4 +99,4 @@ If you prefer haml, this is equivalent to inserting the following code into `app




Now start your server `rails s` and browse to [localhost:3000/posts](http://localhost:3000/posts) Now start your server `rails s` and browse to [localhost:3000/posts](http://localhost:3000/posts)
You should now have a fully functioning single page crud app for Post models. You should now have a fully functioning single page crud app for Post models.