Module: FundoHelper

Defined in:
app/helpers/fundo_helper.rb

Instance Method Summary collapse

Instance Method Details

#css_backgroundObject



10
11
12
# File 'app/helpers/fundo_helper.rb', line 10

def css_background
  stylesheet_link_tag 'backgroundmodule'
end


6
7
8
# File 'app/helpers/fundo_helper.rb', line 6

def menu_background
  render :partial => "fundos/menu"
end

#random_backgroundObject



2
3
4
# File 'app/helpers/fundo_helper.rb', line 2

def random_background
  render :partial => "fundos/css"
end