Skip to content

Commit

Permalink
enable to use youtube and vimeo videos into about text
Browse files Browse the repository at this point in the history
  • Loading branch information
devton committed Apr 11, 2012
1 parent 218479d commit 9b4a319
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/models/project.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ class Project < ActiveRecord::Base
'"' => '"' }
redcloth :target => :_blank
link :target => :_blank
youtube :width => 580, :height => 378
vimeo :width => 580, :height => 378
end
scope :visible, where(:visible => true)
scope :home_page, where(:home_page => true)
Expand Down

0 comments on commit 9b4a319

Please sign in to comment.