regic/rails5

View on GitHub
app/controllers/pages_controller.rb

Summary

Maintainability
A
0 mins
Test Coverage
A
100%
class PagesController < ApplicationController
def index
@other = 'stuff'
end
end