index

in app/controllers/data_bundles_controller.rb [23:29]


  def index
    if user_signed_in?
      @data_bundles = current_user.databundles.page(params[:page])
      @data_bundle = DataBundle.new
    end
  end