Skip to content

Instantly share code, notes, and snippets.

View PritiKumr's full-sized avatar

Preethi Krishnamoorthy Ramesh Kumar PritiKumr

View GitHub Profile
class Controller
include LazyLoad
def show
@model = Model.find(...)
respond_to do |format|
format.html do
@html_specific_data = Model.find(...)
end