Module: Boson::Command::UrlLibraries
- Included in:
- Boson::Command
- Defined in:
- lib/boson/url_libraries.rb
Instance Method Summary collapse
Instance Method Details
#library_attributes(library) ⇒ Object
7 8 9 10 |
# File 'lib/boson/url_libraries.rb', line 7 def library_attributes(library) !library.name.include?('url/') ? super : super.update(:render_options=>{:pipes=>{:default=>['browser']}, :render=>true}) end |