Skip to content

Instantly share code, notes, and snippets.

@scottshea
Created June 21, 2012 22:15
Show Gist options
  • Save scottshea/2968923 to your computer and use it in GitHub Desktop.
Save scottshea/2968923 to your computer and use it in GitHub Desktop.
SubScreensController
class SubScreensController < ApplicationController
load_and_authorize_resource
active_scaffold :sub_screen do |conf|
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment