mirror of
https://github.com/danbee/danbarberphoto
synced 2025-03-04 08:49:07 +00:00
Added smartypants to page content.
This commit is contained in:
parent
d6b2143348
commit
1879f83e1f
4
.gitignore
vendored
4
.gitignore
vendored
@ -2,6 +2,10 @@
|
|||||||
db/*.sqlite3
|
db/*.sqlite3
|
||||||
log/*.log
|
log/*.log
|
||||||
tmp/**/*
|
tmp/**/*
|
||||||
|
tmp/*
|
||||||
public/system
|
public/system
|
||||||
.*~
|
.*~
|
||||||
.*.swp
|
.*.swp
|
||||||
|
.DS*
|
||||||
|
**/.DS*
|
||||||
|
.rvmrc
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
require 'rdiscount'
|
require 'rdiscount'
|
||||||
|
|
||||||
class Page < ActiveRecord::Base
|
class Page < ActiveRecord::Base
|
||||||
acts_as_markdown :content
|
acts_as_markdown :content, :markdown_options => [ :smart ]
|
||||||
end
|
end
|
||||||
|
|||||||
BIN
public/.DS_Store
vendored
BIN
public/.DS_Store
vendored
Binary file not shown.
Loading…
Reference in New Issue
Block a user