Sha256: ff604f61d8061513ae256aa63789743594b6caaf2211be2ef296d06c82e8da12
Contents?: true
Size: 218 Bytes
Versions: 21
Compression:
Stored size: 218 Bytes
Contents
class IframesController < ApplicationController def iframe_1_content render 'iframes/iframe_1_content', layout: false end def iframe_2_content render 'iframes/iframe_2_content', layout: false end end
Version data entries
21 entries across 21 versions & 1 rubygems