Skip to content

Commit

Permalink
Spaces-tabulation-beauty
Browse files Browse the repository at this point in the history
  • Loading branch information
ckald committed Jul 15, 2011
1 parent 23b066d commit c772921
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -195,7 +195,7 @@ One more Rails example by slayerhabr (http://slayerhabr.habrahabr.ru/)

```ruby
class ApplicationController < ActionController::Base
layout Proc.new { |controller| request.headers['X-PJAX'] ? false : 'application' }
layout Proc.new { |controller| request.headers['X-PJAX'] ? false : 'application' }
end
```

Expand Down

0 comments on commit c772921

Please sign in to comment.