~vcs-imports/amahi/platform.git

« back to all changes in this revision

Viewing changes to app/controllers/front_controller.rb

  • Committer: Carlos Puchol
  • Date: 2017-05-20 10:02:24 UTC
  • mfrom: (289.1.16)
  • Revision ID: git-v1:162ff8719b1e734ad5679ee7ea9659919c2c8d15
Tags: v10.0.0
Merge branch 'rails-5-0'

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
# License along with this program; if not, write to the Amahi
15
15
# team at http://www.amahi.org/ under "Contact Us."
16
16
 
 
17
require 'amahi_news'
 
18
 
17
19
class FrontController < ApplicationController
18
20
 
19
21
        before_action :login_required_unless_guest_dashboard