Sha256: 98ef8fdbc2e46efe69b7751a851c732a2d3f77e3aa976e2799be2d0a1b5e9faf
Contents?: true
Size: 1006 Bytes
Versions: 2
Compression:
Stored size: 1006 Bytes
Contents
#TODO add exception if lolita not found, show exception and msg that user should install this gem # if files tab is defined, but there no tab for that, maybe check that through gem. if !defined?(Lolita) require "lolita" end $:<<File.dirname(__FILE__) unless $:.include?(File.dirname(__FILE__)) I18n.load_path += Dir[File.expand_path("config/locales")+"/**/*.yml"] if defined?(I18n) module Lolita module FileUpload end module Support autoload :Bytes, "support/bytes" end module Configuration module Tab autoload :Files, "lolita-file-upload/configuration/tab/files" end end end require 'lolita-file-upload/module' if defined?(Rails) require "lolita-file-upload/rails" end # How to connect multimedia engine with lolita resources # Detecting from tabs will not be very good idea because it will load many thing # There should be the way to connect it on demand when realy multimedia tab is used for resource like # lolita/posts/files/new[create,destroy,update, index]
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
lolita-file-upload-0.1.3 | lib/lolita-file-upload.rb |
lolita-file-upload-0.1.2 | lib/lolita-file-upload.rb |