Method: TransitHelper#transit_assets

Defined in:
app/helpers/transit_helper.rb

#transit_assetsObject



8
9
10
11
12
13
# File 'app/helpers/transit_helper.rb', line 8

def transit_assets
  return '' unless controller.class.name.match(/Transit/)
  stylesheet_link_tag('transit') <<
  javascript_include_tag('https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.13/jquery-ui.min.js') <<
  javascript_include_tag('transit/admin')
end