Skip to content

Instantly share code, notes, and snippets.

@Heavyblade
Created September 6, 2013 16:46
Show Gist options
  • Select an option

  • Save Heavyblade/6466452 to your computer and use it in GitHub Desktop.

Select an option

Save Heavyblade/6466452 to your computer and use it in GitHub Desktop.
class DashboardController < ApplicationController
before_filter :authenticate_user!
layout 'dashboard'
def index
@properties = current_user.properties
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment