Module: SpotlightSearch
- Extended by:
- ActiveSupport::Concern
- Defined in:
- lib/spotlight_search.rb,
lib/spotlight_search/engine.rb,
lib/spotlight_search/helpers.rb,
lib/spotlight_search/railtie.rb,
lib/spotlight_search/version.rb,
lib/spotlight_search/exceptions.rb,
app/jobs/spotlight_search/export_job.rb,
lib/spotlight_search/exportable_columns.rb,
app/mailers/spotlight_search/export_mailer.rb,
lib/spotlight_search/exportable_columns_v2.rb,
lib/generators/spotlight_search/filter_generator.rb,
lib/generators/spotlight_search/install_generator.rb,
app/controllers/spotlight_search/export_jobs_controller.rb
Defined Under Namespace
Modules: ClassMethods, Exceptions, ExportableColumns, ExportableColumnsV2, Generators, Helpers, Utils Classes: Engine, ExportJob, ExportJobsController, ExportMailer, Railtie
Constant Summary collapse
- VERSION =
"0.3.2"- @@exportable_columns_version =
:v1
Class Method Summary collapse
Class Method Details
.setup {|_self| ... } ⇒ Object
15 16 17 |
# File 'lib/spotlight_search.rb', line 15 def self.setup yield self end |