Sha256: 02ec7cb587bac1dc1872fcbbfddc4b930882c213127bd90062431c36137abb75

Contents?: true

Size: 305 Bytes

Versions: 8

Compression:

Stored size: 305 Bytes

Contents

require 'polygallery'
require 'polygallery/has_polygallery'
require 'polygallery/has_polyphotos'
require 'polygallery/acts_as_polyphoto'

module Polygallery
  module ModelHelpers
    extend ActiveSupport::Concern

    include HasPolygallery
    include HasPolyphotos
    include ActsAsPolyphoto
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
polygallery-0.4.8 lib/polygallery/model_helpers.rb
polygallery-0.4.7 lib/polygallery/model_helpers.rb
polygallery-0.4.6 lib/polygallery/model_helpers.rb
polygallery-0.4.5 lib/polygallery/model_helpers.rb
polygallery-0.4.4 lib/polygallery/model_helpers.rb
polygallery-0.4.2 lib/polygallery/model_helpers.rb
polygallery-0.4.1 lib/polygallery/model_helpers.rb
polygallery-0.4.0 lib/polygallery/model_helpers.rb