repo.or.cz
/
monoslider.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Playing with pattern matching via ===
[monoslider.git]
/
init.rb
blob
0fa2a0f65cca132096585d2f8304de0dee97a77b
1
require 'mono_slideshow'
2
require 'album'
3
require 'slideshow'
4
ActiveRecord::Base.send(:include, MonoSlideshow::Album)
5
ActionController::Base.send(:include, MonoSlideshow::SlideshowXML)