Remove blueprint code

This commit is contained in:
Steffen van Bergerem
2015-03-01 18:53:37 +01:00
parent c838389b67
commit e188782a9a
81 changed files with 182 additions and 4039 deletions

View File

@@ -4,12 +4,8 @@
class UsersController < ApplicationController
before_action :authenticate_user!, :except => [:new, :create, :public, :user_photo]
before_action -> { @css_framework = :bootstrap }, only: [:privacy_settings, :edit]
layout ->(c) { request.format == :mobile ? "application" : "with_header_with_footer" }, only: [:privacy_settings, :edit]
use_bootstrap_for :getting_started
respond_to :html
def edit