-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Tim
committed
Aug 1, 2013
1 parent
657f7e8
commit 4a40b00
Showing
45 changed files
with
1 addition
and
1,408 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,3 @@ | ||
<<<<<<< HEAD | ||
class ApplicationController < ActionController::Base | ||
protect_from_forgery | ||
======= | ||
# Filters added to this controller apply to all controllers in the application. | ||
# Likewise, all the methods added will be available for all controllers. | ||
|
||
class ApplicationController < ActionController::Base | ||
helper :all # include all helpers, all the time | ||
protect_from_forgery # See ActionController::RequestForgeryProtection for details | ||
|
||
include AuthenticatedSystem | ||
|
||
# Scrub sensitive parameters from your log | ||
# filter_parameter_logging :password | ||
|
||
def get_ad_id | ||
@ad = Ad.find(params[:ad_id]) | ||
end | ||
|
||
>>>>>>> d4a4f1bcc942c20df1b86ac333158c9e7d25fbed | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,5 @@ | ||
class Asset < ActiveRecord::Base | ||
belongs_to :ad | ||
<<<<<<< HEAD | ||
|
||
has_attached_file :image | ||
======= | ||
mount_uploader :image, ImageUploader | ||
>>>>>>> d4a4f1bcc942c20df1b86ac333158c9e7d25fbed | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,5 @@ | ||
class Cat < ActiveRecord::Base | ||
<<<<<<< HEAD | ||
attr_accessible :name, :admin, :position | ||
|
||
has_many :sub_cats | ||
======= | ||
has_many :sub_cats | ||
|
||
attr_accessible :name, :admin, :position | ||
>>>>>>> d4a4f1bcc942c20df1b86ac333158c9e7d25fbed | ||
end |
Oops, something went wrong.