Sha256: 5cbbaceeda415ed9abf0e35221e404269bc847bf27dd48bafb50090c9f8a6e0b
Contents?: true
Size: 129 Bytes
Versions: 6
Compression:
Stored size: 129 Bytes
Contents
class PostsController < ApplicationController before_filter :authenticate_via_lti def index render text: 'Foo' end end
Version data entries
6 entries across 6 versions & 1 rubygems