Class TransparencyController
In: app/controllers/transparency_controller.rb
Parent: ApplicationController

Methods

show  

Public Instance methods

[Source]

   # File app/controllers/transparency_controller.rb, line 2
2:   def show
3:     @body_class = "home"
4:     @transparency = Transparency.new
5:   end

[Validate]