Sha256: 21812c76f1aa2ae2bfbd2d87d816e693276d3fa8ff9f393f88751c08969c0dd5
Contents?: true
Size: 298 Bytes
Versions: 7
Compression:
Stored size: 298 Bytes
Contents
class Skyline::LocalesController < Skyline::ApplicationController def show locale = params[:id] unless @locale = I18n.t("tinymce", :locale => (locale || I18n.locale)) render :nothing => true, :status => :not_found end end protected def protect? false end end
Version data entries
7 entries across 7 versions & 2 rubygems