Sha256: 48644773c6a947c44e2079723ced0b66aeac2fd2168917fec9aa315a68cd7488
Contents?: true
Size: 167 Bytes
Versions: 3
Compression:
Stored size: 167 Bytes
Contents
module RailsDash module ApplicationHelper def header(new_path=nil) render partial: 'rails_dash/header', locals: { new_path: new_path } end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
rails_dash-0.1.2 | app/helpers/rails_dash/application_helper.rb |
rails_dash-0.1.1 | app/helpers/rails_dash/application_helper.rb |
rails_dash-0.1.0 | app/helpers/rails_dash/application_helper.rb |