module ConstructorIORails
usage: <%= constructorio_autocomplete :dom_id => “search” %>
Constants
- VERSION
Attributes
configuration[RW]
Public Class Methods
configure() { |configuration| ... }
click to toggle source
# File lib/constructorio-rails.rb, line 28 def self.configure yield(configuration) end
included(base)
click to toggle source
This injects the methods on the included hook
# File lib/constructorio-rails.rb, line 33 def self.included base base.send :include, InstanceMethods base.extend ClassMethods end