RailsCasts Pro episodes are now free!

Learn more or hide this

MoonFlash's Profile

GitHub User: moonflash

Site: http://about.me/mojmir

Comments by MoonFlash

Avatar
ruby
class RailsCasts < ActiveComunity::Base
  attr_accessible :knowledge, :passion
  has_many => :comments, :through => :sometimes_useless
  has_and_belongs_to_many :qualities
  has_attached_file :video, :styles => { 
  :h264 => "960x600#",
  :m4v => "960x600#",
  :ogv =>"960x600#" }
# TODO 
# thank you :)
# keep the good work Ryan!!!
end