Module: Refinery::ImageSlideshows
- Defined in:
- lib/refinery/image_slideshows.rb,
lib/refinery/image_slideshows/engine.rb,
app/models/refinery/image_slideshows/image_slide.rb,
app/models/refinery/image_slideshows/image_slideshow.rb,
app/controllers/refinery/image_slideshows/admin/image_slides_controller.rb,
app/controllers/refinery/image_slideshows/admin/image_slideshows_controller.rb
Defined Under Namespace
Modules: Admin
Classes: Engine, ImageSlide, ImageSlideshow
Class Attribute Summary collapse
Class Method Summary
collapse
Class Attribute Details
.root ⇒ Object
12
13
14
|
# File 'lib/refinery/image_slideshows.rb', line 12
def root
@root ||= Pathname.new(File.expand_path('../../../', __FILE__))
end
|
Class Method Details
.factory_paths ⇒ Object
16
17
18
|
# File 'lib/refinery/image_slideshows.rb', line 16
def factory_paths
@factory_paths ||= [ root.join('spec', 'factories').to_s ]
end
|