Module: BulletmarkRepairer
- Defined in:
- lib/bulletmark_repairer.rb,
lib/bulletmark_repairer/rack.rb,
lib/bulletmark_repairer/thread.rb,
lib/bulletmark_repairer/markers.rb,
lib/bulletmark_repairer/patcher.rb,
lib/bulletmark_repairer/railtie.rb,
lib/bulletmark_repairer/version.rb,
lib/bulletmark_repairer/configuration.rb,
lib/bulletmark_repairer/corrector_builder.rb,
lib/bulletmark_repairer/loaded_associations.rb,
lib/bulletmark_repairer/associations_builder.rb,
lib/bulletmark_repairer/application_associations.rb,
lib/bulletmark_repairer/monkey_patches/action_view/base.rb,
lib/bulletmark_repairer/monkey_patches/active_record/query_method.rb
Defined Under Namespace
Modules: ActionView, ActiveRecord
Classes: ApplicationAssociations, Associations, AssociationsBuilder, Configuration, CorrectorBuilder, Error, LoadedAssociations, Marker, Markers, Patcher, Rack, Railtie, Thread
Constant Summary
collapse
- VERSION =
'0.1.7'
Class Method Summary
collapse
Class Method Details
.config ⇒ Object
24
25
26
|
# File 'lib/bulletmark_repairer/configuration.rb', line 24
def config
@config ||= Configuration.new
end
|
20
21
22
|
# File 'lib/bulletmark_repairer/configuration.rb', line 20
def configure
yield config
end
|