Guest User

Untitled

a guest
May 24th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. def setup_view_path
  2. if @org.kind_of?(Organization)
  3. @template.prepend_view_path("#{RAILS_ROOT}/organization_views/#{@org.short_name}/org_wide")
  4. @template.prepend_view_path("#{RAILS_ROOT}/organization_views/#{@org.short_name}/app_specific/#{@app_type.short_name}") if has_application?
  5. end
  6. end
Add Comment
Please, Sign In to add comment