Class: AppDrone::WillPaginate
- Defined in:
- lib/app_drone/drones/will_paginate/will_paginate.rb
Instance Attribute Summary
Attributes inherited from Drone
Instance Method Summary collapse
Methods inherited from Drone
#>>, #^, categories, category, dependants, dependencies, depends_on, desc, #do!, #do_finally!, drones, #execute, #flair!, generator_method, human_name, #initialize, #method_missing, #notify!, owns_generator_method, #pair?, pairs, pairs_with, param, #param, param_named, param_with, params, precursors, #render, run_after, #setup, to_sym
Constructor Details
This class inherits a constructor from AppDrone::Drone
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class AppDrone::Drone
Instance Method Details
#align ⇒ Object
9 10 11 12 |
# File 'lib/app_drone/drones/will_paginate/will_paginate.rb', line 9 def align bundle.add 'will_paginate' bundle.add 'bootstrap-will_paginate' if pair?(:bootstrap) end |