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